openlp/setup.cfg

5 lines
71 B
INI
Raw Normal View History

2014-05-21 19:57:06 +00:00
[pep8]
exclude=resources.py,vlc.py
max-line-length = 120
2015-12-17 21:28:36 +00:00
ignore = E402