File tree 1 file changed +5
-15
lines changed
1 file changed +5
-15
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.10b0
3
+ rev : 22.3.0
4
4
hooks :
5
5
- id : black
6
- language_version : python3.8
7
- # override until resolved: https://github.com/ambv/black/issues/402
8
- files : \.pyi?$
9
- types : []
10
6
11
7
- repo : https://github.com/pycqa/flake8
12
- rev : 3.7.9
8
+ rev : 4.0.1
13
9
hooks :
14
10
- id : flake8
15
- language_version : python3.8
16
11
17
- - repo : https://github.com/asottile/seed-isort-config
18
- rev : v1.9.4
19
- hooks :
20
- - id : seed-isort-config
21
-
22
- - repo : https://github.com/pre-commit/mirrors-isort
23
- rev : v4.3.21
12
+ - repo : https://github.com/PyCQA/isort
13
+ rev : 5.12.0
24
14
hooks :
25
15
- id : isort
26
16
additional_dependencies : [toml]
27
17
28
18
- repo : https://github.com/pre-commit/pre-commit-hooks
29
- rev : v2.4 .0
19
+ rev : v4.1 .0
30
20
hooks :
31
21
- id : trailing-whitespace
32
22
- id : end-of-file-fixer
You can’t perform that action at this time.
0 commit comments