File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ 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.3 .0
19
+ rev : v3.4 .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.4.2
25
+ rev : 24.8.0
26
26
hooks :
27
27
- id : black
28
28
args : [--safe, --quiet]
40
40
types : [python]
41
41
args : [-rn, -sn, --rcfile=pyproject.toml]
42
42
- repo : https://github.com/pycqa/flake8
43
- rev : 7.1.0
43
+ rev : 7.1.1
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.10.1
54
+ rev : v1.11.2
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.7.9
62
+ rev : 1.7.10
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