Skip to content
Snippets Groups Projects
Commit fdbc3d61 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Fix flake8 checking tox venv

parent b58aa8c5
No related branches found
No related tags found
1 merge request!5Resolve CWG-11 "Features/ add tox"
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -24,7 +24,7 @@ usedevelop = False
envdir = {toxworkdir}/linting
commands =
pep8: {envpython} -m flake8 --version
pep8: {envpython} -m flake8
pep8: {envpython} -m flake8 --extend-exclude './.venv/','./venv/'
black: {envpython} -m black --version
black: {envpython} -m black --check --diff .
pylint: {envpython} -m pylint --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment