Skip to content

Commit

Permalink
Remove autoflake pre-commit hook since ruff provides the same functio…
Browse files Browse the repository at this point in the history
…nality (#37)

This PR removes `autoflake` pre-commit hook since `ruff` provides the
same functionality.
  • Loading branch information
yuxincs authored Mar 5, 2024
1 parent 6b01766 commit 66c25ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ repos:
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
args:
- --in-place
- --remove-all-unused-imports
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down

0 comments on commit 66c25ff

Please sign in to comment.