Replace isort with ruff (#94302)

This commit is contained in:
Franck Nijhof
2023-06-08 23:43:56 +02:00
committed by GitHub
parent ed3d38bb17
commit c3936e6f14
56 changed files with 95 additions and 117 deletions

View File

@@ -22,10 +22,6 @@ repos:
- --quiet-level=2
exclude_types: [csv, json]
exclude: ^tests/fixtures/|homeassistant/generated/
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks: