summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-03-10 16:41:44 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-03-11 08:54:16 -0600
commitae4788e75ff84606d5d907256cd7175af5af9b5d (patch)
tree21a00e9a83419b9527dcb513ae415ca1ac5fa8a9 /pyproject.toml
parentad9c80f0baa21fb6b0e97e6575eadf714034f3b7 (diff)
downloadrequests-cache-ae4788e75ff84606d5d907256cd7175af5af9b5d.tar.gz
Move mypy config from setup.cfg to pyroject.toml
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 29e591d..7b44a90 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -144,3 +144,6 @@ skip = [
'tests/compat/',
]
known_first_party = ['tests']
+
+[tool.mypy]
+ignore_missing_imports = true