From 5c1d7c2dcc939f95e0dd53831a76341bbab89894 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 2 Dec 2022 10:11:22 +0100 Subject: Merging upstream version 3.0.21. Signed-off-by: Daniel Baumann --- mypy.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mypy.ini (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..5a7ef2e --- /dev/null +++ b/mypy.ini @@ -0,0 +1,6 @@ +[mypy] +ignore_missing_imports = True +no_implicit_optional = True +platform = win32 +strict_equality = True +strict_optional = True -- cgit v1.2.3