Skip to content

Commit

Permalink
Include flake8-docstrings to test requirements to better mimic tox -e…
Browse files Browse the repository at this point in the history
  • Loading branch information
magicus authored and kellerza committed Dec 28, 2016
1 parent fee47f3 commit d8ff228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit d8ff228

Please sign in to comment.