From 46744c22fc8c62c526a0d9eac8e7226f4f4ce879 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 26 Aug 2020 13:23:07 -0700 Subject: Add flake8 options in setup.cfg --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 92278d5..1a5c40a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,8 @@ test = pytest [tool:pytest] -addopts = --cov wikiget --verbose test +addopts = --cov=wikiget --verbose +testpaths = test + +[flake8] +exclude = .eggs,.git,__pycache__,build,dist,venv -- cgit v1.2.3