From 55c7391eaef0a81177dc089eff16eb4818a060d8 Mon Sep 17 00:00:00 2001 From: Thomas Sell Date: Tue, 31 Oct 2023 16:55:38 +0100 Subject: [PATCH] fix: remove deprecated config --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3768989..574711b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,11 +19,6 @@ select = B,C,E,F,W,T4,B9 [tool:pytest] addopts = --cov=altamisa --cov=tests --cov-report=xml testpaths = tests -pep8ignore = - docs/* ALL - examples/*.py E501 - tests/*.py E501 - vcfpy/*.py F401 [coverage:run] omit =