mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2025-03-03 16:23:57 +00:00
6 lines
129 B
INI
6 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
|