summaryrefslogtreecommitdiff
path: root/pycodestyle.sh
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2019-07-27 22:39:01 -0400
committerVal Neekman <val@neekware.com>2019-07-27 22:39:01 -0400
commitb6067d10fc140d30d5d8860f28758e56faa59b4e (patch)
tree2a980cf9c460cec9844fc4e739625bb9b2d75bca /pycodestyle.sh
parenta0cd8fd1608ff63b150bac9c6b32786a00bffc80 (diff)
downloadpython-slugify-b6067d10fc140d30d5d8860f28758e56faa59b4e.tar.gz
update readme, add pydoc
Diffstat (limited to 'pycodestyle.sh')
-rwxr-xr-xpycodestyle.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/pycodestyle.sh b/pycodestyle.sh
deleted file mode 100755
index cd6122d..0000000
--- a/pycodestyle.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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
-# Ignoring warning codes
-# -- W605 invalid escape sequence '\d'
-
-pycodestyle --ignore=E128,E261,E225,E501,W605 slugify test.py setup.py