1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-28 19:07:35 +00:00
openlp/setup.cfg
Samuel Mehrbrodt 020864dd26 PEP8
2015-12-17 22:28:36 +01:00

5 lines
71 B
INI

[pep8]
exclude=resources.py,vlc.py
max-line-length = 120
ignore = E402