Just say no.

This commit is contained in:
Jussi Pakkanen 2016-12-28 23:18:57 +02:00
parent f56458810d
commit c1e2f58443
1 changed files with 2 additions and 0 deletions

View File

@ -4,4 +4,6 @@ ignore =
E261,
# E501: line too long
E501
# [E302]: expected 2 blank lines, found 1
E302
max-line-length = 120