From dcad1d5ca832ea05ababa3d38de9a82fc361f2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Fri, 29 Mar 2024 02:13:57 +0100 Subject: Enforce types in variables --- mypy.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index b75cab3..9a65410 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,5 +1,6 @@ [mypy] disallow_untyped_calls = True +check_untyped_defs = True [mypy-flask_login.*] ignore_missing_imports = True -- cgit v1.2.3-1-g7c22