mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-21 23:37:55 +00:00
9 lines
142 B
INI
9 lines
142 B
INI
[flake8]
|
|
extend-ignore = E203, W503, F541, E501
|
|
max-doc-length = 88
|
|
per-file-ignores =
|
|
tests/*: F841
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|