Disable E266 in flake8

Don't tell me how to format my comments!
This commit is contained in:
Nirbheek Chauhan 2017-01-21 13:01:05 +05:30
parent 50c4851daa
commit 991ace04af
1 changed files with 3 additions and 1 deletions

View File

@ -13,5 +13,7 @@ ignore =
# E305: expected 2 blank lines after class or function definition, found 1
E305,
# E401: multiple imports on one line
E401
E401,
# too many leading '#' for block comment
E266
max-line-length = 120