Skip to content

Commit

Permalink
setup.cfg: ignore couple of PEP8 errors
Browse files Browse the repository at this point in the history
We don't care about E261 and temporarily ignore E501.

Signed-off-by: Igor Gnatenko <[email protected]>
  • Loading branch information
ignatenkobrain authored and jpakkane committed Dec 23, 2016
1 parent 775729e commit f564588
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[flake8]
max-line-length = 999
ignore =
# E261: at least two spaces before inline comment
E261,
# E501: line too long
E501
max-line-length = 120

0 comments on commit f564588

Please sign in to comment.