From 29bf041f65bc89f8edba1bc7567a9f95e4f941bb Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 31 Aug 2025 13:46:48 -0400 Subject: Start AWS Route 53 support --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mypy.ini (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..37da880 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,3 @@ +[mypy] +strict = true +ignore_missing_imports = True -- cgit v1.2.3