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 1
1
exclude : ' ^pypi_browser/static/bootstrap'
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.3 .0
4
+ rev : v4.6 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
@@ -10,26 +10,26 @@ repos:
10
10
- id : double-quote-string-fixer
11
11
- id : name-tests-test
12
12
- id : requirements-txt-fixer
13
- - repo : https://github.com/asottile/reorder_python_imports
14
- rev : v3.8.3
13
+ - repo : https://github.com/asottile/reorder-python-imports
14
+ rev : v3.12.0
15
15
hooks :
16
16
- id : reorder-python-imports
17
17
args : ['--py38-plus']
18
18
- repo : https://github.com/asottile/add-trailing-comma
19
- rev : v2.3 .0
19
+ rev : v3.1 .0
20
20
hooks :
21
21
- id : add-trailing-comma
22
22
args : ['--py36-plus']
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v2.38 .2
24
+ rev : v3.15 .2
25
25
hooks :
26
26
- id : pyupgrade
27
27
args : ['--py38-plus']
28
- - repo : https://github.com/pre-commit/mirrors- autopep8
29
- rev : v1.7 .0
28
+ - repo : https://github.com/hhatto/ autopep8
29
+ rev : v2.1 .0
30
30
hooks :
31
31
- id : autopep8
32
32
- repo : https://github.com/PyCQA/flake8
33
- rev : 5 .0.4
33
+ rev : 7 .0.0
34
34
hooks :
35
35
- id : flake8
You can’t perform that action at this time.
0 commit comments