From 52316d4b62fdbafbac07878700cfcebb662f8311 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 4 Nov 2021 16:13:13 +0000 Subject: [PATCH] .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. --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index 49e1306..acda403 100644 --- a/.flake8 +++ b/.flake8 @@ -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