diff options
author | Yobmod <yobmod@gmail.com> | 2021-07-28 17:39:01 +0100 |
---|---|---|
committer | Yobmod <yobmod@gmail.com> | 2021-07-28 17:39:01 +0100 |
commit | 5b880c0e98e41276de9fc498b25727c149cfcc40 (patch) | |
tree | 06ff2fdf44ef5a655af397ecf369d45d42878590 /pyproject.toml | |
parent | 7cf30c1cf4a6494916a162983bdb439388d59ff3 (diff) | |
download | gitpython-5b880c0e98e41276de9fc498b25727c149cfcc40.tar.gz |
Fix more missing types in Symbolic.py
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
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 |