We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b104d1e commit 542a794Copy full SHA for 542a794
.pre-commit-config.yaml
@@ -18,3 +18,4 @@ repos:
18
rev: v2.2.1
19
hooks:
20
- id: autoflake
21
+ args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variables', '--ignore-init-module-imports']
0 commit comments