Skip to content
Snippets Groups Projects
Verified Commit 8df2a8aa authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update tox.ini

parent 197a6de3
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ commands =
[flake8]
max_line_length = 100
exclude = tests,.tox
exclude = tests,.tox,.venv
ignore = BLK100,E203,E231,W503,D100,D101,D102,D103,D104,D105,D106,D107,RST215,RST214,F821,F841,S106,T100,T101,DJ05
[isort]
......@@ -64,3 +64,4 @@ junit_family = legacy
omit =
*/tests/*
.tox/*
.venv/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment