1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-30 10:26:29 +00:00
bramw_baserow/changelog/.flake8
2023-02-10 10:25:49 +00:00

9 lines
143 B
INI

[flake8]
extend-ignore = E203, W503, F541, E501
max-doc-length = 88
per-file-ignores =
tests/*: F841
exclude =
.git,
__pycache__,