aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-08-24 13:34:43 -0400
committerGitHub <noreply@github.com>2016-08-24 13:34:43 -0400
commit97b0a793b19a6bb763ce322f4f81f518161e2a5b (patch)
treea9172400ba3fb186c4cfc674b585de559cb57820 /setup.cfg
parentab8dcebc57c12448977d451af57a30d50b7b6298 (diff)
downloadverhawk-97b0a793b19a6bb763ce322f4f81f518161e2a5b.tar.gz
Pep8 fixes (#2)
* Initial commit of setup.cfg * PEP8 changes
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..df89932
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[pep8]
+ignore=E128,E402,E501