File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ repos:
16
16
- id : check-yaml
17
17
- id : check-added-large-files
18
18
- repo : https://github.com/compilerla/conventional-pre-commit
19
- rev : v3.6 .0
19
+ rev : v4.0 .0
20
20
hooks :
21
21
- id : conventional-pre-commit
22
22
stages : [commit-msg]
23
23
args : []
24
24
- repo : https://github.com/psf/black
25
- rev : 24.10 .0
25
+ rev : 25.1 .0
26
26
hooks :
27
27
- id : black
28
28
args : [--safe, --quiet]
29
29
- repo : https://github.com/pycqa/isort
30
- rev : 5.13.2
30
+ rev : 6.0.0
31
31
hooks :
32
32
- id : isort
33
33
name : isort (python)
40
40
types : [python]
41
41
args : [-rn, -sn, --rcfile=pyproject.toml]
42
42
- repo : https://github.com/pycqa/flake8
43
- rev : 7.1.1
43
+ rev : 7.1.2
44
44
hooks :
45
45
- id : flake8
46
46
args : [--config=.flake8]
@@ -51,15 +51,15 @@ repos:
51
51
additional_dependencies :
52
52
- tomli # for reading config from pyproject.toml
53
53
- repo : https://github.com/pre-commit/mirrors-mypy
54
- rev : v1.13 .0
54
+ rev : v1.15 .0
55
55
hooks :
56
56
- id : mypy
57
57
exclude : " ^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
58
58
args : [--ignore-missing-imports] # Needed because pre-commit runs mypy in a venv
59
59
additional_dependencies :
60
60
- typing_extensions
61
61
- repo : https://github.com/PyCQA/bandit
62
- rev : 1.8.0
62
+ rev : 1.8.3
63
63
hooks :
64
64
- id : bandit
65
65
args : [--skip, B101, --recursive, clumper]
You can’t perform that action at this time.
0 commit comments