diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -63,7 +63,9 @@ ignore = # W293: blank line contains whitespace W293, # W391: blank line at end of file - W391 + W391, + # W503: line break before binary operator + W503 exclude = pyramid/tests/,pyramid/compat.py,pyramid/resource.py show-source = True |
