mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Reduce test requirements duplication, sync flake8 and related (#28538)
* Generate pre-commit test dependencies instead of duplicating * Upgrade/sync to flake8 3.7.9, flake8-docstrings 1.5.0, and pydocstyle 4.0.1 https://flake8.readthedocs.io/en/latest/release-notes/3.7.9.html https://gitlab.com/pycqa/flake8-docstrings/blob/1.4.0/HISTORY.rst https://gitlab.com/pycqa/flake8-docstrings/blob/1.5.0/HISTORY.rst http://www.pydocstyle.org/en/4.0.1/release_notes.html * Include requirements_test.txt from *_all.txt instead of copying
This commit is contained in:
committed by
Paulus Schoutsen
parent
ef20f0985a
commit
804b6bbc0e
6
requirements_test_pre_commit.txt
Normal file
6
requirements_test_pre_commit.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# Automatically generated from .pre-commit-config-all.yaml by gen_requirements_all.py, do not edit
|
||||
|
||||
black==19.10b0
|
||||
flake8-docstrings==1.5.0
|
||||
flake8==3.7.9
|
||||
pydocstyle==4.0.1
|
Reference in New Issue
Block a user