summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-07-28 20:40:29 +0100
committerYobmod <yobmod@gmail.com>2021-07-28 20:40:29 +0100
commit390efbf521d62d9cb188c7688288878ef1b1b45d (patch)
treea0edfe8378982d3b6f1979e8b1b4b5a09df40a6e /pyproject.toml
parentb8b07b9ff5fe478b872d3da767e549841da02205 (diff)
downloadgitpython-390efbf521d62d9cb188c7688288878ef1b1b45d.tar.gz
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
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 de5bc4ea..94f74793 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