File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ repos:
11
11
- id : autoflake
12
12
args : ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
13
13
- repo : https://github.com/pycqa/isort
14
- rev : 5.9.3
14
+ rev : 6.0.1
15
15
hooks :
16
16
- id : isort
17
17
- repo : https://github.com/psf/black
18
- rev : 21.9b0
18
+ rev : 25.1.0
19
19
hooks :
20
20
- id : black
21
21
language_version : python3
25
25
- id : flakehell
26
26
exclude : ^docs|examples|tests
27
27
- repo : https://github.com/pre-commit/pre-commit-hooks
28
- rev : v4 .0.1
28
+ rev : v5 .0.0
29
29
hooks :
30
30
- id : trailing-whitespace
31
31
- id : end-of-file-fixer
@@ -34,32 +34,32 @@ repos:
34
34
- id : check-toml
35
35
- id : debug-statements
36
36
- repo : https://github.com/pre-commit/mirrors-mypy
37
- rev : v0.910
37
+ rev : v1.15.0
38
38
hooks :
39
39
- id : mypy
40
40
files : ^dotify
41
41
additional_dependencies : [types-all]
42
42
- repo : https://github.com/commitizen-tools/commitizen
43
- rev : v2.19.0
43
+ rev : v4.6.1
44
44
hooks :
45
45
- id : commitizen
46
46
stages : [commit-msg]
47
47
- repo : https://github.com/jorisroovers/gitlint
48
- rev : v0.15 .1
48
+ rev : v0.19 .1
49
49
hooks :
50
50
- id : gitlint
51
51
stages : [commit-msg]
52
52
args : [--ignore=B6, --msg-filename]
53
53
- repo : https://github.com/editorconfig-checker/editorconfig-checker.python
54
- rev : 2.3.54
54
+ rev : 3.2.1
55
55
hooks :
56
56
- id : editorconfig-checker
57
57
- repo : https://github.com/jendrikseipp/vulture
58
- rev : v2.3
58
+ rev : v2.14
59
59
hooks :
60
60
- id : vulture
61
61
- repo : https://github.com/tox-dev/tox-ini-fmt
62
- rev : 0 .5.1
62
+ rev : 1 .5.0
63
63
hooks :
64
64
- id : tox-ini-fmt
65
65
- repo : local
71
71
entry : poetry export --without-hashes -o requirements.txt
72
72
files : ^(pyproject.toml|poetry.lock)$
73
73
- repo : https://github.com/hadolint/hadolint
74
- rev : v2.7.0
74
+ rev : v2.13.1-beta
75
75
hooks :
76
76
- id : hadolint-docker
77
77
args : ['--ignore', 'DL3006']
You can’t perform that action at this time.
0 commit comments