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 @@ -9,20 +9,20 @@ default_language_version:
9
9
python : python3.10
10
10
repos :
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.5 .0
12
+ rev : v4.6 .0
13
13
hooks :
14
14
- id : trailing-whitespace
15
15
- id : end-of-file-fixer
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.0 .0
19
+ rev : v3.2 .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 : 23.12.1
25
+ rev : 24.3.0
26
26
hooks :
27
27
- id : black
28
28
args : [--safe, --quiet]
@@ -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.8 .0
54
+ rev : v1.9 .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.7.6
62
+ rev : 1.7.8
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