Skip to content

Commit 0695ec6

Browse files
committed
fix flake8-docstrings
1 parent aab662b commit 0695ec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ basepython =
3838

3939
deps =
4040
clean: coverage
41-
flake8: flake8==3.7.7
41+
flake8: flake8 == 3.7.7
4242
flake8: flake8-bugbear
4343
flake8: flake8-docstrings
4444
flake8: flake8-rst-docstrings
4545
flake8: flake8-import-order
4646
flake8: flake8-logging-format
47+
flake8: pydocstyle < 4.0.0 # Issue with flake8-docstings https://github.com/PyCQA/pydocstyle/issues/375
4748
tests: pytest >= 4.4.1
4849
tests: pytest-cov
4950
tests: betamax >= 0.8.1

0 commit comments

Comments
 (0)