Skip to content

Commit 508d290

Browse files
committed
test: ignore E501 error for flake8 check
1 parent 3cffd0c commit 508d290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands = pytest --ignore=tests/test_benchmark.py
1515
basepython = python3
1616
deps =
1717
flake8
18-
commands = flake8 {toxinidir} --extend-exclude tests,docs,build,dist,venv
18+
commands = flake8 {toxinidir} --extend-exclude tests,docs,build,dist,venv --extend-ignore=E501
1919

2020
[testenv:doc]
2121
basepython = python3

0 commit comments

Comments
 (0)