File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/asottile/add-trailing-comma.git
7
- rev : v2.3 .0
7
+ rev : v2.4 .0
8
8
hooks :
9
9
- id : add-trailing-comma
10
10
11
11
- repo : https://github.com/PyCQA/isort.git
12
- rev : 5.10.1
12
+ rev : 5.11.4
13
13
hooks :
14
14
- id : isort
15
15
args :
21
21
- id : remove-tabs
22
22
23
23
- repo : https://github.com/python-jsonschema/check-jsonschema.git
24
- rev : 0.18.3
24
+ rev : 0.19.2
25
25
hooks :
26
26
- id : check-github-actions
27
27
- id : check-github-workflows
36
36
- id : check-readthedocs
37
37
38
38
- repo : https://github.com/pre-commit/pre-commit-hooks.git
39
- rev : v4.3 .0
39
+ rev : v4.4 .0
40
40
hooks :
41
41
# Side-effects:
42
42
- id : end-of-file-fixer
61
61
language_version : python3
62
62
63
63
- repo : https://github.com/codespell-project/codespell
64
- rev : v2.2.1
64
+ rev : v2.2.2
65
65
hooks :
66
66
- id : codespell
67
67
98
98
99
99
- repo : https://github.com/PyCQA/flake8.git
100
100
# NOTE: This is kept at v4 for until WPS starts supporting flake v5.
101
- rev : 4 .0.1 # enforce-version: 4.0.1
101
+ rev : 6 .0.0 # enforce-version: 4.0.1
102
102
hooks :
103
103
- id : flake8
104
104
alias : flake8-only-wps
@@ -127,7 +127,7 @@ repos:
127
127
language_version : python3
128
128
129
129
- repo : https://github.com/PyCQA/pylint.git
130
- rev : v2.15.3
130
+ rev : v2.15.9
131
131
hooks :
132
132
- id : pylint
133
133
args :
You can’t perform that action at this time.
0 commit comments