diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-24 13:34:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-24 13:34:43 -0400 |
| commit | 97b0a793b19a6bb763ce322f4f81f518161e2a5b (patch) | |
| tree | a9172400ba3fb186c4cfc674b585de559cb57820 /setup.cfg | |
| parent | ab8dcebc57c12448977d451af57a30d50b7b6298 (diff) | |
| download | verhawk-97b0a793b19a6bb763ce322f4f81f518161e2a5b.tar.gz | |
Pep8 fixes (#2)
* Initial commit of setup.cfg
* PEP8 changes
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
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 |
