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 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 19.3b0
3
+ rev : 24.3.0
4
4
hooks :
5
5
- id : black
6
6
language_version : python3.7
7
7
# override until resolved: https://github.com/ambv/black/issues/402
8
8
files : \.pyi?$
9
9
types : []
10
10
11
- - repo : https://gitlab .com/pycqa /flake8
12
- rev : 3.7.8
11
+ - repo : https://github .com/PyCQA /flake8
12
+ rev : 7.0.0
13
13
hooks :
14
14
- id : flake8
15
15
language_version : python3.7
@@ -23,15 +23,15 @@ repos:
23
23
- flake8-todo
24
24
- flake8-builtins
25
25
26
- - repo : https://github.com/pre-commit/mirrors- isort
27
- rev : v4.3.21
26
+ - repo : https://github.com/PyCQA/ isort
27
+ rev : 5.13.2
28
28
hooks :
29
29
- id : isort
30
30
additional_dependencies : [toml]
31
31
language_version : python3.7
32
32
33
33
- repo : https://github.com/pre-commit/pre-commit-hooks
34
- rev : v2.3 .0
34
+ rev : v4.6 .0
35
35
hooks :
36
36
- id : trailing-whitespace
37
37
- id : end-of-file-fixer
You can’t perform that action at this time.
0 commit comments