1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-18 16:06:42 +01:00

Add flake8 comprehensions checks to pre-commit & CI (#48111)

This commit is contained in:
Franck Nijhof
2021-03-19 13:41:09 +01:00
committed by GitHub
parent fa5ce70af1
commit 8a56dbf587
18 changed files with 27 additions and 29 deletions

View File

@@ -32,6 +32,7 @@ repos:
# default yet due to https://github.com/plinss/flake8-noqa/issues/1
# - flake8-noqa==1.1.0
- pydocstyle==5.1.1
- flake8-comprehensions==3.4.0
files: ^(homeassistant|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.0