File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ repos:
20
20
- id : trailing-whitespace
21
21
- id : detect-private-key
22
22
- repo : https://github.com/Lucas-C/pre-commit-hooks
23
- rev : v1.4.2
23
+ rev : v1.5.1
24
24
hooks :
25
25
- id : remove-tabs
26
26
- repo : https://github.com/codespell-project/codespell
27
- rev : v2.2.4
27
+ rev : v2.2.5
28
28
hooks :
29
29
- id : codespell
30
30
args : [-w]
31
31
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
32
- rev : v2.8 .0
32
+ rev : v2.10 .0
33
33
hooks :
34
34
- id : pretty-format-yaml
35
35
args : [--autofix, --indent, '2']
@@ -45,26 +45,26 @@ repos:
45
45
- id : python-no-eval
46
46
- id : text-unicode-replacement-char
47
47
- repo : https://github.com/asottile/pyupgrade
48
- rev : v3.3.1
48
+ rev : v3.9.0
49
49
hooks :
50
50
- id : pyupgrade
51
51
args : [--py37-plus]
52
52
- repo : https://github.com/psf/black
53
- rev : 23.1 .0
53
+ rev : 23.7 .0
54
54
hooks :
55
55
- id : black
56
56
language_version : python3
57
57
- repo : https://github.com/asottile/blacken-docs
58
- rev : 1.13 .0
58
+ rev : 1.15 .0
59
59
hooks :
60
60
- id : blacken-docs
61
61
- repo : https://github.com/pre-commit/mirrors-mypy
62
- rev : v1.1 .1
62
+ rev : v1.4 .1
63
63
hooks :
64
64
- id : mypy
65
65
additional_dependencies : [types-six, types-toml]
66
66
- repo : https://github.com/pycqa/flake8
67
- rev : 6.0 .0
67
+ rev : 6.1 .0
68
68
hooks :
69
69
- id : flake8
70
70
- repo : https://github.com/PyCQA/bandit
You can’t perform that action at this time.
0 commit comments