summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2016-08-05 21:54:35 -0500
committerGitHub <noreply@github.com>2016-08-05 21:54:35 -0500
commit736873c9b550dffaf587fa643f743633f9a9872d (patch)
tree617770961812c6ef5a9ba66f514b08b8f6aae81a
parentdaf79c1d2143d969e4ba19ec0692cfac773fa6be (diff)
parent48be19ac2d93fe51974a2424f5219b90a47e9e6a (diff)
downloadpyjwt-736873c9b550dffaf587fa643f743633f9a9872d.tar.gz
Merge pull request #214 from jpadilla/fix-flake8
Flake8 now ignores .tox
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e468d36..80f5ae0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,8 @@
[flake8]
max-line-length = 119
-exclude = docs/
+exclude =
+ docs/,
+ .tox/
[wheel]
universal = 1