From 07653f84f30c46c438f78b8e735b648854cacf09 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Mon, 25 Mar 2024 16:29:55 +0100 Subject: [PATCH] Add dependencies for static type checking --- requirements-mypy.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements-mypy.txt diff --git a/requirements-mypy.txt b/requirements-mypy.txt new file mode 100644 index 0000000..c0422a7 --- /dev/null +++ b/requirements-mypy.txt @@ -0,0 +1,2 @@ +mypy==1.9.0 +django-stubs==4.2.7