Use args
This commit is contained in:
parent
0edfa1f769
commit
3a8ec9aca6
|
@ -25,7 +25,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: autoflake
|
- id: autoflake
|
||||||
name: autoflake
|
name: autoflake
|
||||||
entry: autoflake --in-place --remove-unused-variables --remove-all-unused-imports
|
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
|
||||||
language: python
|
language: python
|
||||||
files: \.py$
|
files: \.py$
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
|
|
Loading…
Reference in New Issue