mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-14 06:12:11 +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
fcfe9e01b2
commit
a44b6286b2
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