Skip to content

Commit c9fb2f0

Browse files
authored
Update autoflake args in pre-commit config
Removed unused imports removal from autoflake configuration.
1 parent 3fc43af commit c9fb2f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ repos:
2121
args:
2222
- "--in-place"
2323
- "--remove-unused-variables"
24-
- "--remove-all-unused-imports"
2524

2625
# Sort imports
2726
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)