mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-08 17:48:00 +00:00
7 lines
129 B
INI
7 lines
129 B
INI
[flake8]
|
|
extend-ignore = E128,E251,E261,E303,W191
|
|
max-line-length = 100
|
|
indent-size = 4
|
|
per-file-ignores =
|
|
__init__.py: F401
|