File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
- - repo : https://github.com/ambv /black
3
- rev : 20.8b1
2
+ - repo : https://github.com/psf /black
3
+ rev : 21.9b0
4
4
hooks :
5
5
- id : black
6
6
exclude : ^(oauth2_provider/migrations/|tests/migrations/)
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v3.2.0
8
+ rev : v4.0.1
9
9
hooks :
10
10
- id : check-ast
11
11
- id : trailing-whitespace
@@ -16,12 +16,12 @@ repos:
16
16
- id : mixed-line-ending
17
17
args : ['--fix=lf']
18
18
- repo : https://github.com/PyCQA/isort
19
- rev : 5.6 .3
19
+ rev : 5.9 .3
20
20
hooks :
21
21
- id : isort
22
22
exclude : ^(oauth2_provider/migrations/|tests/migrations/)
23
- - repo : https://gitlab .com/pycqa /flake8
24
- rev : 3.8.4
23
+ - repo : https://github .com/PyCQA /flake8
24
+ rev : 4.0.1
25
25
hooks :
26
26
- id : flake8
27
27
exclude : ^(oauth2_provider/migrations/|tests/migrations/)
You can’t perform that action at this time.
0 commit comments