Skip to content
Snippets Groups Projects
Unverified Commit 84afc6fc authored by Leonid Ganeline's avatar Leonid Ganeline Committed by GitHub
Browse files

Exclude venv from flake8 linting (#168)

Issue: flake8 processes the venv dir.
Change: added `exclude = venv` to flake8 conf
parent 43c80c1b
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,5 @@ max-line-length = 120
ignore = E203,E501,W503
per-file-ignores =
__init__.py:F401
exclude =
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