@@ -1,3 +1,3 @@
[flake8]
ignore = E501 # line too long
exclude = .git,__pycache__,docs,.github,build,dist
ignore = E501, F401
exclude = .git,.venv,__pycache__,docs,.github,build,dist,tests,benchmarks.py
The note is not visible to the blocked user.