Michael Merickel
2016-11-14 d1e8b222e11926132a72e2468707950206cc87dd
Merge pull request #2818 from Pylons/borked-utf8-setup.cfg

Strip allegedly-smart quotes in comments.
1 files modified
12 ■■■■ changed files
setup.cfg 12 ●●●● patch | view | raw | blame | history
setup.cfg
@@ -27,19 +27,19 @@
    E128,
    # E129: visually indented line with same indent as next logical line
    E129,
    # E201: whitespace after ‘(‘
    # E201: whitespace after '('
    E201,
    # E202: whitespace before ‘)’
    # E202: whitespace before ')'
    E202,
    # E231: missing whitespace after ‘,’, ‘;’, or ‘:’
    # E231: missing whitespace after ',', ';', or ':'
    E231,
    # E261: at least two spaces before inline comment
    E261,
    # E262: inline comment should start with ‘# ‘
    # E262: inline comment should start with '# '
    E262,
    # E265: block comment should start with ‘# ‘
    # E265: block comment should start with '# '
    E265,
    # E266: too many leading ‘#’ for block comment
    # E266: too many leading '#' for block comment
    E266,
    # E301: expected 1 blank line, found 0
    E301,