0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 11:32:17 +02:00
libsignal/.flake8
Jordan Rose 77a5451c1f Add flake8 for checking our Python scripts
We only have one for now, but we can start enforcing this now.
2020-11-30 11:02:57 -08:00

7 lines
91 B
INI

[flake8]
ignore =
# E501 line too long
E501,
# E741 ambiguous variable name
E741,