summaryrefslogtreecommitdiff
path: root/pycodestyle.sh
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2018-03-25 09:16:14 -0400
committerVal Neekman <val@neekware.com>2018-03-25 09:16:14 -0400
commitd12d1fc3851628dba7b071d13d1e61ccbf636fa2 (patch)
treee151395fb1f1b038215fd8abcfcf28c93a9405c1 /pycodestyle.sh
parent52e5c3652a2fb1297dd5997c71c38fa4d7f78f73 (diff)
parent874fe140aa68ee1065e2170385f8c4ace5ac644a (diff)
downloadpython-slugify-d12d1fc3851628dba7b071d13d1e61ccbf636fa2.tar.gz
support of text-unidecode
Diffstat (limited to 'pycodestyle.sh')
-rwxr-xr-xpycodestyle.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/pycodestyle.sh b/pycodestyle.sh
new file mode 100755
index 0000000..ab6766e
--- /dev/null
+++ b/pycodestyle.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# Ignoring autogenerated files
+# -- Migration directories
+# Ignoring error codes
+# -- E128 continuation line under-indented for visual indent
+# -- E261 at least two spaces before inline comment
+# -- E225 missing whitespace around operator
+# -- E501 line too long
+
+pycodestyle --ignore=E128,E261,E225,E501 slugify test.py setup.py