diff options
| author | Yobmod <yobmod@gmail.com> | 2021-07-31 18:56:09 +0100 |
|---|---|---|
| committer | Yobmod <yobmod@gmail.com> | 2021-07-31 18:56:09 +0100 |
| commit | d6e736922cb69cc87dd6595ef93f247ce99a960a (patch) | |
| tree | 8a36d01b62f2cd15eac6f8ccbad1d68254e12acd /pyproject.toml | |
| parent | 35231dba2f12ef4d19eabc409e72f773a19a3c43 (diff) | |
| download | gitpython-d6e736922cb69cc87dd6595ef93f247ce99a960a.tar.gz | |
Add final types to config.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 ccf5c165..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 |
