File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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.3 .0
5
+ rev : v4.5 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : check-added-large-files
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/PyCQA/autoflake
21
- rev : v1.7.6
21
+ rev : v2.2.1
22
22
hooks :
23
23
- id : autoflake
24
24
args : [
@@ -28,24 +28,24 @@ repos:
28
28
]
29
29
30
30
- repo : http://github.com/pycqa/isort
31
- rev : 5.10.1
31
+ rev : 5.13.0
32
32
hooks :
33
33
- id : isort
34
34
35
35
- repo : https://github.com/psf/black
36
- rev : 22.10 .0
36
+ rev : 23.11 .0
37
37
hooks :
38
38
- id : black
39
39
language_version : python3
40
40
41
41
- repo : https://github.com/asottile/blacken-docs
42
- rev : v1.12.1
42
+ rev : 1.16.0
43
43
hooks :
44
44
- id : blacken-docs
45
45
additional_dependencies : [black]
46
46
47
47
- repo : https://github.com/PyCQA/flake8
48
- rev : 5.0.4
48
+ rev : 6.1.0
49
49
hooks :
50
50
- id : flake8
51
51
additional_dependencies : [flake8-bugbear]
You can’t perform that action at this time.
0 commit comments