forked from home-assistant/core
Include flake8-docstrings to test requirements to better mimic tox -e lint (#4926)
This commit is contained in:
committed by
Johann Kellerman
parent
fee47f35b9
commit
d8ff22870a
@@ -1,7 +1,7 @@
|
||||
# linters such as flake8 and pylint should be pinned, as new releases
|
||||
# make new things fail. Manually update these pins when pulling in a
|
||||
# new version
|
||||
flake8==3.2.0
|
||||
flake8==3.2.1
|
||||
pylint==1.6.4
|
||||
mypy-lang==0.4.5
|
||||
pydocstyle==1.1.1
|
||||
@@ -15,3 +15,4 @@ pytest-catchlog>=1.2.2
|
||||
pytest-sugar>=0.7.1
|
||||
requests_mock>=1.0
|
||||
mock-open>=1.3.1
|
||||
flake8-docstrings==1.0.2
|
||||
|
Reference in New Issue
Block a user