summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-07-28 17:39:01 +0100
committerYobmod <yobmod@gmail.com>2021-07-28 17:39:01 +0100
commit5b880c0e98e41276de9fc498b25727c149cfcc40 (patch)
tree06ff2fdf44ef5a655af397ecf369d45d42878590 /pyproject.toml
parent7cf30c1cf4a6494916a162983bdb439388d59ff3 (diff)
downloadgitpython-5b880c0e98e41276de9fc498b25727c149cfcc40.tar.gz
Fix more missing types in Symbolic.py
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 94f74793..de5bc4ea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,11 +19,11 @@ 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
-# warn_unreachable = True
+# warn_unused_ignores = true
+# warn_unreachable = true
show_error_codes = true
# TODO: remove when 'gitdb' is fully annotated