summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-05-10 15:50:04 +0200
committerMatěj Cepl <mcepl@cepl.eu>2016-05-10 15:50:04 +0200
commit270ad7f91d66d085bbe39ca8a55b491111446103 (patch)
tree5aefff75eac30ef1f4d08542039abedddfc17ae4 /setup.cfg
parentcbbc7dec545d93dd0843a06474708a1066665755 (diff)
downloadm2crypto-270ad7f91d66d085bbe39ca8a55b491111446103.tar.gz
Fix setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 05f8c59..fd12397 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,7 @@
[egg_info]
-tag_build =
+tag_build =
tag_svn_revision = 0
+
+[flake8]
+; ignore = E402,E501,E731,N806,N803,N802,E265
+ignore = E402,N806,N803,N802,E501