Drop flake8 in favor of Ruff (#89863)

This commit is contained in:
Franck Nijhof
2023-03-17 13:30:06 +01:00
committed by GitHub
parent f4de050904
commit b1a3bfb298
13 changed files with 5 additions and 175 deletions

View File

@@ -36,20 +36,6 @@ repos:
- --quiet-level=2
exclude_types: [csv, json]
exclude: ^tests/fixtures/|homeassistant/generated/
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
- pycodestyle==2.10.0
- pyflakes==3.0.1
- flake8-docstrings==1.6.0
- pydocstyle==6.2.3
- flake8-comprehensions==3.10.1
- flake8-noqa==1.3.0
- mccabe==0.7.0
exclude: docs/source/conf.py
stages: [manual]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
hooks: