Skip to content

Commit

Permalink
Remove autoflake
Browse files Browse the repository at this point in the history
  • Loading branch information
jace authored Apr 30, 2024
1 parent 4ec6d79 commit 295c3ac
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ repos:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
# Extra args, only after removing flake8 and yesqa: '--extend-select', 'RUF100'
- repo: https://github.com/lucasmbrown/mirrors-autoflake
rev: v1.3
hooks:
- id: autoflake
args:
[
'--in-place',
'--remove-all-unused-imports',
'--ignore-init-module-imports',
'--remove-unused-variable',
'--remove-duplicate-keys',
]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
hooks:
Expand Down

0 comments on commit 295c3ac

Please sign in to comment.