From a265657c25907c544a1d5b3386a6dbba2ee80d1c Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sat, 29 Jul 2023 22:46:33 +0200 Subject: [PATCH 1/2] add `...` to exclude in coverage --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f6cccbb46..fc2da6ca3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -175,6 +175,7 @@ exclude_lines = raise NotImplementedError if typing.TYPE_CHECKING raise RuntimeError() + \.\.\. [flake8] max-line-length = 120 From 5ffa62a05fe332ee99491d12db61deddcff2db75 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sat, 29 Jul 2023 23:03:08 +0200 Subject: [PATCH 2/2] update regexp --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fc2da6ca3..24aa5645a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -175,7 +175,7 @@ exclude_lines = raise NotImplementedError if typing.TYPE_CHECKING raise RuntimeError() - \.\.\. + \ \.\.\.\n [flake8] max-line-length = 120