Skip to content

Commit

Permalink
build: update autoflake hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Aug 30, 2023
1 parent 9d5cb4c commit 3e838a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ repos:
- id: isort
args:
- --float-to-top
- repo: https://github.com/humitos/mirrors-autoflake
rev: v1.3
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.0
hooks:
- id: autoflake
args:
- --in-place
- --remove-all-unused-imports
- --expand-star-imports
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
hooks:
Expand Down

0 comments on commit 3e838a6

Please sign in to comment.