@@ -0,0 +1,15 @@
[flake8]
exclude =
src/gen/**/*.py,
__pycache__,
.git
filename =
src/**/*.py,
test/**/*.py
ignore =
W293,
E501,
E402
The note is not visible to the blocked user.