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

View File

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