virt-manager/tests/pep8.cfg
2016-04-18 16:42:12 -04:00

16 lines
587 B
INI

[pep8]
format = pylint
# E1* : # Continuation line indents
# E203: # Space before : in dictionary defs
# E221: # Multiple spaces before operator
# (warngs about column aligning assigments)
# E241: # Space after , column alignment nono
# E301: # 1 blank line between methods
# E303: # Too many blank lines
# E402: # [E402] module level import not at top of file
# E501: # Line too long
ignore=E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E203,E221,E241,E301,E303,E402,E501