diff --git a/.flake8 b/.flake8 index 49e1306..acda403 100644 --- a/.flake8 +++ b/.flake8 @@ -25,6 +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 # https://pypi.org/project/flake8-isort/ # Ensures imports are well sorted