Tres Seaver
2016-11-14 be954add1befe8045c42121e2b2c0f11c7315cfd
Strip allegedly-smart quotes in comments.

They break installing on a LANG=C system.
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,