From dfccc03da8214a4c9c0d5c373c85c24b5dfb409e Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 16:04:18 -0400 Subject: [PATCH] added coverage file --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2e98fb6c76..7ce0077f3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,10 +16,6 @@ markers = ignore = E731,W504 max-line-length = 120 -[flake8] -ignore = E731,W504,F401,F841 -max-line-length = 120 - [coverage:run] exclude_lines = pragma: no cover @@ -30,3 +26,7 @@ exclude_lines = raise NotImplementedError if 0: if __name__ == .__main__.: + +[flake8] +ignore = E731,W504,F401,F841 +max-line-length = 120