diff options
author | Yobmod <yobmod@gmail.com> | 2021-07-31 19:25:38 +0100 |
---|---|---|
committer | Yobmod <yobmod@gmail.com> | 2021-07-31 19:25:38 +0100 |
commit | 9e5574ca26b30a9b5ec1e4763a590093e3dcfc97 (patch) | |
tree | ea1eb6a2cf9a6c914e98aebae2d582b61b16d816 /pyproject.toml | |
parent | 2fc8a461017db70051e12746468585479c081bec (diff) | |
download | gitpython-9e5574ca26b30a9b5ec1e4763a590093e3dcfc97.tar.gz |
Add final types to submodule.py
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6437a719..4751ffcb 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 |