mirror of
https://github.com/EDCD/EDDN.git
synced 2025-05-04 17:11:05 +03:00
.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:
parent
e5fe4da978
commit
52316d4b62
1
.flake8
1
.flake8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user