summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-07-31 16:09:22 +0100
committerYobmod <yobmod@gmail.com>2021-07-31 16:09:22 +0100
commitbdd6a4345f224c7a208fec7dd42014b3ff13defa (patch)
tree04bea575bf4a978cf2b8456cc2ec7116b003ecd4 /pyproject.toml
parent265d40be3cf0e6f16d7ffd22f5fbd4a503f09219 (diff)
downloadgitpython-bdd6a4345f224c7a208fec7dd42014b3ff13defa.tar.gz
Add type to symbolicreference.__repr__()
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