summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg12
1 files changed, 6 insertions, 6 deletions
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,