From a05e1d3d2c732c25f1f6bd2e15b39eb0c171cfba Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 4 Nov 2021 16:17:08 +0000 Subject: [PATCH] .flake8: Comment out min-coverage-percents I figured out the bottle Plugin.apply() thing. Leaving as a comment for reference. --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index acda403..6c8327e 100644 --- a/.flake8 +++ b/.flake8 @@ -25,7 +25,7 @@ per-file-ignores = ./EDMC.py:E402 # https://github.com/best-doctor/flake8-annotations-coverage # Checks code for type annotations -min-coverage-percents = 50 +# min-coverage-percents = 50 # https://pypi.org/project/flake8-isort/ # Ensures imports are well sorted