Disable E266 in flake8

Don't tell me how to format my comments!
pull/1321/head
Nirbheek Chauhan 8 years ago
parent 50c4851daa
commit 991ace04af
  1. 4
      setup.cfg

@ -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

Loading…
Cancel
Save