summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-07-31 19:25:38 +0100
committerYobmod <yobmod@gmail.com>2021-07-31 19:25:38 +0100
commit9e5574ca26b30a9b5ec1e4763a590093e3dcfc97 (patch)
treeea1eb6a2cf9a6c914e98aebae2d582b61b16d816 /pyproject.toml
parent2fc8a461017db70051e12746468585479c081bec (diff)
downloadgitpython-9e5574ca26b30a9b5ec1e4763a590093e3dcfc97.tar.gz
Add final types to submodule.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