.flake8: Comment out min-coverage-percents

I figured out the bottle Plugin.apply() thing.

Leaving as a comment for reference.
This commit is contained in:
Athanasius 2021-11-04 16:17:08 +00:00
parent 031e4c9a70
commit a14b32631c

View File

@ -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