Drop autoflake in favor of Ruff (#89874)

This commit is contained in:
Franck Nijhof 2023-03-17 21:37:41 +01:00 committed by GitHub
parent b403a96ea0
commit fd5b57ae6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View File

@ -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:

View File

@ -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