File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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
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 .1
55
55
hooks :
56
56
- id : mypy
57
57
exclude : " ^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
You can’t perform that action at this time.
0 commit comments