setup.cfg: Don't warn about commented code

pull/3823/head
Nirbheek Chauhan 6 years ago
parent d6a9b4cc79
commit cc58fdac33
  1. 2
      setup.cfg

@ -6,6 +6,8 @@ ignore =
E251,
# E261: at least two spaces before inline comment
E261,
# E265: block comment should start with '# '
E265,
# E501: line too long
E501,
# E302: expected 2 blank lines, found 1

Loading…
Cancel
Save