Files
bproto/.flake8
2025-04-14 14:43:03 +02:00

15 lines
154 B
INI

[flake8]
exclude =
src/gen/**/*.py,
__pycache__,
.git
filename =
src/**/*.py,
test/**/*.py
ignore =
W293,
E501,
E402