mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-25 17:25:18 +02:00
7 lines
91 B
INI
7 lines
91 B
INI
[flake8]
|
|
ignore =
|
|
# E501 line too long
|
|
E501,
|
|
# E741 ambiguous variable name
|
|
E741,
|