From 3c96b5bc898574d37ee3fc071503cd6daa800c4b Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 14 Nov 2016 13:14:54 -0500 Subject: Strip allegedly-smart quotes in comments. They break installing on a LANG=C system. --- setup.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index df4013f6e..9a241ddf5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,19 +27,19 @@ ignore = 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, -- cgit v1.2.3