diff options
Diffstat (limited to 'pycodestyle.sh')
| -rwxr-xr-x | pycodestyle.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pycodestyle.sh b/pycodestyle.sh index ab6766e..cd6122d 100755 --- a/pycodestyle.sh +++ b/pycodestyle.sh @@ -7,5 +7,7 @@ # -- E261 at least two spaces before inline comment # -- E225 missing whitespace around operator # -- E501 line too long +# Ignoring warning codes +# -- W605 invalid escape sequence '\d' -pycodestyle --ignore=E128,E261,E225,E501 slugify test.py setup.py +pycodestyle --ignore=E128,E261,E225,E501,W605 slugify test.py setup.py |
