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 3cffd0c commit 508d290Copy full SHA for 508d290
tox.ini
@@ -15,7 +15,7 @@ commands = pytest --ignore=tests/test_benchmark.py
15
basepython = python3
16
deps =
17
flake8
18
-commands = flake8 {toxinidir} --extend-exclude tests,docs,build,dist,venv
+commands = flake8 {toxinidir} --extend-exclude tests,docs,build,dist,venv --extend-ignore=E501
19
20
[testenv:doc]
21
0 commit comments