Skip to content

Commit 87604bd

Browse files
committed
Add flake8 Config in Tox
This patch adds a config section for flake8 to tox and also add an ignore for long lines, since it seems like these errors are already actively ignored. Some IDEs (tested only vscode) will pick this up and make working a lot easier and clearer.
1 parent c7efdc1 commit 87604bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ commands =
1717
pip --version
1818
pip freeze
1919
pytest -vvv -ra {posargs:tests/}
20+
21+
[flake8]
22+
ignore = E501

0 commit comments

Comments
 (0)