File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: "^pyemc/emc/"
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v4.4 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : check-added-large-files
18
18
args : ["--fix=auto"] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
19
19
20
20
# If you want to avoid flake8 errors due to unused vars or imports:
21
- - repo : https://github.com/myint /autoflake
22
- rev : v1.4
21
+ - repo : https://github.com/PyCQA /autoflake
22
+ rev : v2.1.1
23
23
hooks :
24
24
- id : autoflake
25
25
args : [
@@ -29,12 +29,12 @@ repos:
29
29
]
30
30
31
31
- repo : https://github.com/pycqa/isort
32
- rev : 5.10.1
32
+ rev : 5.12.0
33
33
hooks :
34
34
- id : isort
35
35
36
- - repo : https://github.com/pre-commit/mirrors- yapf
37
- rev : ' v0.32 .0'
36
+ - repo : https://github.com/google/ yapf
37
+ rev : ' v0.33 .0'
38
38
hooks :
39
39
- id : yapf
40
40
# https://github.com/pre-commit/mirrors-yapf/issues/15
53
53
# - id: blacken-docs
54
54
# additional_dependencies: [black]
55
55
- repo : https://github.com/PyCQA/flake8
56
- rev : 5 .0.4
56
+ rev : 6 .0.0
57
57
hooks :
58
58
- id : flake8
59
59
# # You can add flake8 plugins via `additional_dependencies`:
You can’t perform that action at this time.
0 commit comments