summaryrefslogtreecommitdiff
path: root/mypy-requirements.txt
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2022-02-20 11:54:47 -0800
committerGitHub <noreply@github.com>2022-02-20 11:54:47 -0800
commita2be8250c68b22315e278686b9e57c2dcbee3b62 (patch)
tree34d63048a1c57eaf50c5bf88edfe0d13cfb469c0 /mypy-requirements.txt
parent900fc18db76a4e20c77f748bcffff2055231a3b5 (diff)
downloadpymemcache-a2be8250c68b22315e278686b9e57c2dcbee3b62.tar.gz
Initial support for mypy-based type checking (#373)
Diffstat (limited to 'mypy-requirements.txt')
-rw-r--r--mypy-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/mypy-requirements.txt b/mypy-requirements.txt
new file mode 100644
index 0000000..75c00be
--- /dev/null
+++ b/mypy-requirements.txt
@@ -0,0 +1,2 @@
+-r test-requirements.txt
+mypy==0.931