Use ruff, not pycln, for removing unused imports (#10498)

This commit is contained in:
Alex Waygood
2023-07-22 12:14:27 +01:00
committed by GitHub
parent 464b71c810
commit 2887f60196
6 changed files with 6 additions and 20 deletions

View File

@@ -9,13 +9,6 @@ repos:
- id: check-merge-conflict
- id: mixed-line-ending
- id: check-case-conflict
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.6 # must match requirements-tests.txt
hooks:
- id: pycln
args: [--config=pyproject.toml]
types: [file]
types_or: [python, pyi]
- repo: https://github.com/psf/black
rev: 23.7.0 # must match requirements-tests.txt
hooks: