We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfa46b commit 7e532ffCopy full SHA for 7e532ff
.pre-commit-config.yaml
@@ -21,17 +21,6 @@ repos:
21
- id: forbid-new-submodules
22
# - id: check-vcs-permalinks
23
- 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
35
- repo: https://github.com/charliermarsh/ruff-pre-commit
36
rev: v0.12.0
37
hooks:
0 commit comments