aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 3 insertions, 8 deletions
diff --git a/setup.cfg b/setup.cfg
index 1a5c40a..044e9b4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,9 +1,4 @@
-[aliases]
-test = pytest
-
-[tool:pytest]
-addopts = --cov=wikiget --verbose
-testpaths = test
-
[flake8]
-exclude = .eggs,.git,__pycache__,build,dist,venv
+exclude = .eggs,.git,__pycache__,build,dist,venv,.venv
+max-line-length = 88
+extend-ignore = E203