File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
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/myint/autoflake
3
+ rev : v1.4
4
4
hooks :
5
- - id : black
6
- args : [--safe, --quiet]
7
- exclude : tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
5
+ - id : autoflake
6
+ exclude : &fixtures tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
7
+ args :
8
+ - --in-place
9
+ - --remove-all-unused-imports
10
+ - --expand-star-imports
11
+ - --remove-duplicate-keys
12
+ - --remove-unused-variables
8
13
- repo : https://github.com/pre-commit/pre-commit-hooks
9
14
rev : v2.1.0
10
15
hooks :
14
19
rev : 5.5.2
15
20
hooks :
16
21
- id : isort
22
+ - repo : https://github.com/ambv/black
23
+ rev : 20.8b1
24
+ hooks :
25
+ - id : black
26
+ args : [--safe, --quiet]
27
+ exclude : *fixtures
You can’t perform that action at this time.
0 commit comments