File: setup.cfg

package info (click to toggle)
openlp 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 31,208 kB
  • ctags: 6,303
  • sloc: python: 156,035; cpp: 824; xml: 561; makefile: 24; sh: 7
file content (4 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (2)
1
2
3
4
[pep8]
exclude=resources.py,vlc.py
max-line-length = 120
ignore = E402