aboutsummaryrefslogtreecommitdiff
path: root/config/pycodestyle
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-11-27 11:03:09 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-11-27 11:03:09 +0100
commitf692b07f619ff5146905f0c794460c346064f2a6 (patch)
treedf2e131ad3ea367b577af66ab5fa292f071fa702 /config/pycodestyle
parentdae69246f52eb927d7f0ef1e30f6d3819b982f4b (diff)
downloadmyconfigs-f692b07f619ff5146905f0c794460c346064f2a6.tar.gz
myconfigs-f692b07f619ff5146905f0c794460c346064f2a6.tar.bz2
myconfigs-f692b07f619ff5146905f0c794460c346064f2a6.zip
pycodestyle: add configuration
Diffstat (limited to 'config/pycodestyle')
-rw-r--r--config/pycodestyle2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/pycodestyle b/config/pycodestyle
new file mode 100644
index 0000000..c178190
--- /dev/null
+++ b/config/pycodestyle
@@ -0,0 +1,2 @@
+[pycodestyle]
+ignore = E501