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 @@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : check-added-large-files
@@ -18,13 +18,13 @@ repos:
18
18
args : ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
19
19
20
20
- repo : https://github.com/asottile/pyupgrade
21
- rev : v3.15 .0
21
+ rev : v3.16 .0
22
22
hooks :
23
23
- id : pyupgrade
24
24
args : ['--py37-plus']
25
25
26
26
- repo : https://github.com/PyCQA/autoflake
27
- rev : v2.2 .1
27
+ rev : v2.3 .1
28
28
hooks :
29
29
- id : autoflake
30
30
args : [
@@ -34,29 +34,29 @@ repos:
34
34
]
35
35
36
36
- repo : https://github.com/PyCQA/isort
37
- rev : 5.12.0
37
+ rev : 5.13.2
38
38
hooks :
39
39
- id : isort
40
40
41
41
- repo : https://github.com/psf/black
42
- rev : 23.10.0
42
+ rev : 24.4.2
43
43
hooks :
44
44
- id : black
45
45
language_version : python3
46
46
47
47
- repo : https://github.com/asottile/blacken-docs
48
- rev : 1.16 .0
48
+ rev : 1.18 .0
49
49
hooks :
50
50
- id : blacken-docs
51
51
additional_dependencies : [black]
52
52
53
53
- repo : https://github.com/PyCQA/flake8
54
- rev : 6 .1.0
54
+ rev : 7 .1.0
55
55
hooks :
56
56
- id : flake8
57
57
additional_dependencies : [flake8-bugbear]
58
58
59
59
- repo : https://github.com/codespell-project/codespell
60
- rev : v2.2.6
60
+ rev : v2.3.0
61
61
hooks :
62
62
- id : codespell
You can’t perform that action at this time.
0 commit comments