summaryrefslogtreecommitdiff
path: root/pyproject.toml
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 /pyproject.toml
parent900fc18db76a4e20c77f748bcffff2055231a3b5 (diff)
downloadpymemcache-a2be8250c68b22315e278686b9e57c2dcbee3b62.tar.gz
Initial support for mypy-based type checking (#373)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 649ed75..8d26def 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,2 +1,5 @@
[tool.black]
target-version = ['py37', 'py38', 'py39', 'py310']
+
+[tool.mypy]
+python_version = 3.7