mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Add yamllint (in pre-commit and CI) (#33676)
* Add yamllint (in pre-commit and CI) * Fix linting for all YAML files * Bump and add it to requirements * Fix gen_requirements for pre-commit, remove 'v' from version
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
bandit==1.6.2
|
||||
black==19.10b0
|
||||
codespell==v1.16.0
|
||||
codespell==1.16.0
|
||||
flake8-docstrings==1.5.0
|
||||
flake8==3.7.9
|
||||
isort==v4.3.21
|
||||
isort==4.3.21
|
||||
pydocstyle==5.0.2
|
||||
yamllint==1.21.0
|
||||
|
Reference in New Issue
Block a user