We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3d1f5 commit b189f14Copy full SHA for b189f14
.pre-commit-config.yaml
@@ -5,24 +5,24 @@ ci:
5
skip: [pip-compile]
6
repos:
7
- repo: https://github.com/pycqa/isort
8
- rev: 5.10.1
+ rev: 5.13.2
9
hooks:
10
- id: isort
11
name: isort
12
- repo: https://github.com/psf/black
13
- rev: 22.10.0
+ rev: 23.12.0
14
15
- id: black
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v0.991
+ rev: v1.7.1
18
19
- id: mypy
20
- repo: https://github.com/pycqa/flake8
21
- rev: 6.0.0
+ rev: 6.1.0
22
23
- id: flake8
24
- repo: https://github.com/jazzband/pip-tools
25
- rev: 6.10.0
+ rev: 7.3.0
26
27
- id: pip-compile
28
files: ^(pyproject\.toml|requirements\.txt)$
0 commit comments