Skip to content

Commit

Permalink
refactor: remove autoflake that is not quite useful;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Apr 25, 2023
1 parent 0787260 commit 895f9bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ repos:
- id: end-of-file-fixer
- id: check-yaml

# hooks for optimizing imports
- repo: https://github.com/PyCQA/autoflake
rev: v2.1.1
hooks:
- id: autoflake
args: [
--check,
--remove-all-unused-imports,
]

# hooks for linting code
- repo: https://github.com/psf/black
rev: 22.10.0
Expand Down

0 comments on commit 895f9bc

Please sign in to comment.