summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2019-10-21 22:38:34 -0400
committerGitHub <noreply@github.com>2019-10-21 22:38:34 -0400
commit11ac89474b1179925c76450fcc4b3d2042c45f19 (patch)
treedda6b15326cab750f5e52ee57e3125bb5d0a7eee /setup.cfg
parentae080f472c913ad94456fd9e10b05ec2d038b7cc (diff)
downloadpyjwt-11ac89474b1179925c76450fcc4b3d2042c45f19.tar.gz
DX Tweaks (#450)
* Setup pre-commit hooks * Run initial `tox -e lint` * Fix package name * Fix .travis.yml
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index 8823146..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-[flake8]
-max-line-length = 119
-exclude =
- docs/,
- .tox/
-
-[bdist_wheel]
-universal = 1
-
-[tool:pytest]
-addopts = --cov-report term-missing --cov-config=.coveragerc --cov .