15 lines
154 B
INI
15 lines
154 B
INI
[flake8]
|
|
exclude =
|
|
src/gen/**/*.py,
|
|
__pycache__,
|
|
.git
|
|
filename =
|
|
src/**/*.py,
|
|
test/**/*.py
|
|
|
|
|
|
|
|
ignore =
|
|
W293,
|
|
E501,
|
|
E402 |