Exclude venv directories from linting
@@ -5,7 +5,7 @@ universal = 1
testpaths = tests
[flake8]
exclude = .venv,.git,.tox,docs,www_static,tests
exclude = .venv,.git,.tox,docs,www_static,tests,venv,bin,lib
[pep257]
ignore = D203,D105
The note is not visible to the blocked user.