setup.cfg: fix syntax

This commit is contained in:
Igor Gnatenko 2016-12-29 11:57:06 +01:00 committed by Jussi Pakkanen
parent c1e2f58443
commit 8f5b67434d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ignore =
# E261: at least two spaces before inline comment
E261,
# E501: line too long
E501
# [E302]: expected 2 blank lines, found 1
E501,
# E302: expected 2 blank lines, found 1
E302
max-line-length = 120