mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Run flake8 on pre-commit (#26028)
This commit is contained in:
parent
2bd832cd7a
commit
4bcee4f7ce
@ -6,3 +6,10 @@ repos:
|
|||||||
args:
|
args:
|
||||||
- --safe
|
- --safe
|
||||||
- --quiet
|
- --quiet
|
||||||
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
|
rev: 3.7.8
|
||||||
|
hooks:
|
||||||
|
- id: flake8
|
||||||
|
additional_dependencies:
|
||||||
|
- flake8-docstrings==1.3.1
|
||||||
|
- pydocstyle==4.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user