diff options
| author | Tres Seaver <tseaver@palladion.com> | 2016-11-14 13:14:54 -0500 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2016-11-14 13:14:54 -0500 |
| commit | 3c96b5bc898574d37ee3fc071503cd6daa800c4b (patch) | |
| tree | 96eb2506cf2b61d78c3186eea874067e0f607a13 /setup.cfg | |
| parent | 80728d33a87e98f6509c773c39fc1fadd3b2b2e2 (diff) | |
| download | pyramid-3c96b5bc898574d37ee3fc071503cd6daa800c4b.tar.gz pyramid-3c96b5bc898574d37ee3fc071503cd6daa800c4b.tar.bz2 pyramid-3c96b5bc898574d37ee3fc071503cd6daa800c4b.zip | |
Strip allegedly-smart quotes in comments.
They break installing on a LANG=C system.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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, |
