summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2015-03-15 18:59:13 -0500
committerMark Adams <mark@markadams.me>2015-03-15 19:12:49 -0500
commit2276ee3c86e9896667d6a23d675d06a6ec0e3b7c (patch)
tree6b3d5372c01064e6351482017c8d26b8a1a2cf34 /setup.cfg
parent2d0e8272dbd1372289bff1b8e8eba446bed4befa (diff)
downloadpyjwt-2276ee3c86e9896667d6a23d675d06a6ec0e3b7c.tar.gz
Moved flake8 max-line-length option from tox.ini to setup.cfg so that it works when running flake8 from normal CLI as well.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5e40900..147dce3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
+[flake8]
+max-line-length = 119
+
[wheel]
universal = 1