From 06a6be1e0129ced2b3659c126d0994ba579a8842 Mon Sep 17 00:00:00 2001 From: Kian-Tat Lim Date: Mon, 10 Jul 2023 00:11:04 +0000 Subject: [PATCH] Update flake8/pytest sections in setup.cfg. --- setup.cfg | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/setup.cfg b/setup.cfg index 673f38e..547506a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,16 +3,11 @@ max-line-length = 110 max-doc-length = 79 ignore = E133, E226, E228, N802, N803, N806, N812, N813, N815, N816, W503 exclude = - bin, - configs, - doc, - **/*/__init__.py, - **/*/version.py, - tests/.tests + bin, + configs, + doc, + **/*/__init__.py, + **/*/version.py, + tests/.tests [tool:pytest] -addopts = --flake8 -flake8-ignore = E133 E226 E228 N802 N803 N806 N812 N813 N815 N816 W503 - configs/*.py ALL - bin/* ALL - DATA*/* ALL