Codebase list munin-libvirt-plugins / lintian-fixes/main setup.cfg
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

setup.cfg @lintian-fixes/mainraw · history · blame

1
2
3
4
5
[flake8]
# E501: ignore line length
# E265: block comment should start with '# '
# E401: multiple imports on one line
ignore=E501,E265,E401