summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-07-31 16:48:23 +0100
committerGitHub <noreply@github.com>2021-07-31 16:48:23 +0100
commit300330dfa2d2baece6d34b450523ac2a079c228b (patch)
tree4d4a3c59929fbc98c0617d8446405e745081f931 /pyproject.toml
parentd858916ce254287b70f2b3cc675ff7860171bfba (diff)
parent8eedc9d002da9bb085be4a82ffb5372f8f8ff7a2 (diff)
downloadgitpython-300330dfa2d2baece6d34b450523ac2a079c228b.tar.gz
Merge pull request #1307 from Yobmod/main
More types for 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 94f74793..6437a719 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