Sign in
fuchsia
/
third_party
/
github.com
/
PyCQA
/
autoflake
/
refs/tags/v2.0.1
/
.
/
.pre-commit-hooks.yaml
blob: fcf28f1fbe5f8585aa6593a8e0b6581bb8961aaf [
file
] [
log
] [
blame
]
-
id:
autoflake
name:
autoflake
entry:
autoflake
language:
python
"types"
:
[python]
require_serial:
true
args:
-
"--in-place"
-
"--expand-star-imports"
-
"--remove-duplicate-keys"
-
"--remove-unused-variables"