openlp/setup.cfg

5 lines
83 B
INI

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