File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v3.2 .0
3
+ rev : v3.3 .0
4
4
hooks :
5
5
- id : check-yaml
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
8
8
- id : double-quote-string-fixer
9
9
- repo : https://gitlab.com/pycqa/flake8
10
- rev : 3.8.3
10
+ rev : 3.8.4
11
11
hooks :
12
12
- id : flake8
13
13
- repo : https://github.com/pre-commit/mirrors-autopep8
14
14
rev : v1.5.4
15
15
hooks :
16
16
- id : autopep8
17
17
- repo : https://github.com/asottile/reorder_python_imports
18
- rev : v2.3.5
18
+ rev : v2.3.6
19
19
hooks :
20
20
- id : reorder-python-imports
21
21
args : [--py3-plus]
@@ -25,11 +25,11 @@ repos:
25
25
- id : add-trailing-comma
26
26
args : [--py36-plus]
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : v2.7.2
28
+ rev : v2.7.4
29
29
hooks :
30
30
- id : pyupgrade
31
31
args : [--py36-plus]
32
32
- repo : https://github.com/pre-commit/mirrors-mypy
33
- rev : v0.782
33
+ rev : v0.790
34
34
hooks :
35
35
- id : mypy
You can’t perform that action at this time.
0 commit comments