Drop autoflake in favor of Ruff (#89874)
parent
b403a96ea0
commit
fd5b57ae6c
|
@ -5,14 +5,6 @@ repos:
|
|||
- id: ruff
|
||||
args:
|
||||
- --fix
|
||||
- repo: https://github.com/PyCQA/autoflake
|
||||
rev: v2.0.0
|
||||
hooks:
|
||||
- id: autoflake
|
||||
args:
|
||||
- --in-place
|
||||
- --remove-all-unused-imports
|
||||
stages: [manual]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.1.0
|
||||
hooks:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
||||
|
||||
autoflake==2.0.0
|
||||
bandit==1.7.4
|
||||
black==23.1.0
|
||||
codespell==2.2.2
|
||||
|
|
Loading…
Reference in New Issue