summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-07-31 20:22:34 +0100
committerGitHub <noreply@github.com>2021-07-31 20:22:34 +0100
commit05825dcaaf6bf3de7d7e2bc595ad6dcb145f11e8 (patch)
tree9253532b6bb74372d2034c16ad58c6094f11fcc8 /pyproject.toml
parent300330dfa2d2baece6d34b450523ac2a079c228b (diff)
parent2a350b57ce79a0e1b71623d1146c52918232e074 (diff)
downloadgitpython-05825dcaaf6bf3de7d7e2bc595ad6dcb145f11e8.tar.gz
Merge pull request #1308 from Yobmod/main
Add remaining types to symbolic.py
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6437a719..4751ffcb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ filterwarnings = 'ignore::DeprecationWarning'
# filterwarnings ignore::WarningType # ignores those warnings
[tool.mypy]
-# disallow_untyped_defs = true
+disallow_untyped_defs = true
no_implicit_optional = true
warn_redundant_casts = true
# warn_unused_ignores = True