We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab662b commit 0695ec6Copy full SHA for 0695ec6
tox.ini
@@ -38,12 +38,13 @@ basepython =
38
39
deps =
40
clean: coverage
41
- flake8: flake8==3.7.7
+ flake8: flake8 == 3.7.7
42
flake8: flake8-bugbear
43
flake8: flake8-docstrings
44
flake8: flake8-rst-docstrings
45
flake8: flake8-import-order
46
flake8: flake8-logging-format
47
+ flake8: pydocstyle < 4.0.0 # Issue with flake8-docstings https://github.com/PyCQA/pydocstyle/issues/375
48
tests: pytest >= 4.4.1
49
tests: pytest-cov
50
tests: betamax >= 0.8.1
0 commit comments