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
Branches master
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ commands = ...@@ -37,7 +37,7 @@ commands =
[flake8] [flake8]
max_line_length = 100 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 ignore = BLK100,E203,E231,W503,D100,D101,D102,D103,D104,D105,D106,D107,RST215,RST214,F821,F841,S106,T100,T101,DJ05
[isort] [isort]
...@@ -64,3 +64,4 @@ junit_family = legacy ...@@ -64,3 +64,4 @@ junit_family = legacy
omit = omit =
*/tests/* */tests/*
.tox/* .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