Skip to content

Commit

Permalink
remove autoflake
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Jun 12, 2024
1 parent dffaa4e commit 88f126c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ repos:
rev: 0.7.1
hooks:
- id: nbstripout
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
args: [--in-place, --expand-star-imports, --remove-all-unused-imports, --ignore-init-module-imports, --remove-duplicate-keys, --remove-unused-variables, --remove-rhs-for-unused-variables]

0 comments on commit 88f126c

Please sign in to comment.