.flake8: Drop the type annotations minimum to 50%

Mostly I'm having trouble finding what else I *could* add types to in
Bouncer.py.  I think it's the bottle plugin classes' (EnableCors and
CustomLogging) functions.
This commit is contained in:
Athanasius 2021-11-04 16:13:13 +00:00
parent e5fe4da978
commit 52316d4b62

View File

@ -25,6 +25,7 @@ per-file-ignores = ./EDMC.py:E402
# https://github.com/best-doctor/flake8-annotations-coverage # https://github.com/best-doctor/flake8-annotations-coverage
# Checks code for type annotations # Checks code for type annotations
min-coverage-percents = 50
# https://pypi.org/project/flake8-isort/ # https://pypi.org/project/flake8-isort/
# Ensures imports are well sorted # Ensures imports are well sorted