mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
0d243983d0
autopep8 is pretty cool :)
15 lines
505 B
INI
15 lines
505 B
INI
[pep8]
|
|
|
|
format = pylint
|
|
|
|
# E12*: # 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
|
|
# E501: # Line too long
|
|
|
|
ignore=E121,E122,E123,E124,E125,E126,E127,E128,E203,E221,E241,E301,E303,E501
|