diff options
| author | Yobmod <yobmod@gmail.com> | 2021-07-31 18:04:28 +0100 |
|---|---|---|
| committer | Yobmod <yobmod@gmail.com> | 2021-07-31 18:04:28 +0100 |
| commit | 35231dba2f12ef4d19eabc409e72f773a19a3c43 (patch) | |
| tree | 6ef30f918faad787ec8f93ea8a3a62c0049cf8f7 /pyproject.toml | |
| parent | e364c5e327f916366e5936aa2c9f3f4065aec034 (diff) | |
| download | gitpython-35231dba2f12ef4d19eabc409e72f773a19a3c43.tar.gz | |
Add type to objects.base.new()
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 4751ffcb..ccf5c165 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 |
