.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 485055357b
commit a05e1d3d2c
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

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