Skip to content

Commit 7e532ff

Browse files
2.0.0 - goodbye autoflake
1 parent 3cfa46b commit 7e532ff

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ repos:
2121
- id: forbid-new-submodules
2222
# - id: check-vcs-permalinks
2323
- id: mixed-line-ending
24-
- repo: https://github.com/myint/autoflake
25-
rev: v2.3.1
26-
hooks:
27-
- id: autoflake
28-
args:
29-
- --in-place
30-
- --recursive
31-
- --expand-star-imports
32-
# - --remove-all-unused-imports
33-
- --remove-duplicate-keys
34-
- --remove-unused-variables
3524
- repo: https://github.com/charliermarsh/ruff-pre-commit
3625
rev: v0.12.0
3726
hooks:

0 commit comments

Comments
 (0)