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
2016-01-09 13:34:16 +00:00
ignore = E402