mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Include flake8-docstrings to test requirements to better mimic tox -e lint (#4926)
This commit is contained in:
parent
fee47f35b9
commit
d8ff22870a
@ -1,7 +1,7 @@
|
|||||||
# linters such as flake8 and pylint should be pinned, as new releases
|
# linters such as flake8 and pylint should be pinned, as new releases
|
||||||
# make new things fail. Manually update these pins when pulling in a
|
# make new things fail. Manually update these pins when pulling in a
|
||||||
# new version
|
# new version
|
||||||
flake8==3.2.0
|
flake8==3.2.1
|
||||||
pylint==1.6.4
|
pylint==1.6.4
|
||||||
mypy-lang==0.4.5
|
mypy-lang==0.4.5
|
||||||
pydocstyle==1.1.1
|
pydocstyle==1.1.1
|
||||||
@ -15,3 +15,4 @@ pytest-catchlog>=1.2.2
|
|||||||
pytest-sugar>=0.7.1
|
pytest-sugar>=0.7.1
|
||||||
requests_mock>=1.0
|
requests_mock>=1.0
|
||||||
mock-open>=1.3.1
|
mock-open>=1.3.1
|
||||||
|
flake8-docstrings==1.0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user