summaryrefslogtreecommitdiffstats
path: root/mypy.ini
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-03-29 01:57:13 +0100
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-03-29 02:14:11 +0100
commit41551f9ff74c692b3db7818364a9b0966e5a08be (patch)
treef68c2c5a239ca172b31e91a944584274eda383f9 /mypy.ini
parent7f9ceaa1601b57338fadd93c591d8f837afe7d1f (diff)
downloadweb-41551f9ff74c692b3db7818364a9b0966e5a08be.tar.gz
web-41551f9ff74c692b3db7818364a9b0966e5a08be.tar.bz2
web-41551f9ff74c692b3db7818364a9b0966e5a08be.zip
Enforce types in function calls
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 95a93c1..b75cab3 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,3 +1,6 @@
+[mypy]
+disallow_untyped_calls = True
+
[mypy-flask_login.*]
ignore_missing_imports = True