diff options
| author | Yobmod <yobmod@gmail.com> | 2021-07-31 16:09:22 +0100 |
|---|---|---|
| committer | Yobmod <yobmod@gmail.com> | 2021-07-31 16:09:22 +0100 |
| commit | bdd6a4345f224c7a208fec7dd42014b3ff13defa (patch) | |
| tree | 04bea575bf4a978cf2b8456cc2ec7116b003ecd4 /pyproject.toml | |
| parent | 265d40be3cf0e6f16d7ffd22f5fbd4a503f09219 (diff) | |
| download | gitpython-bdd6a4345f224c7a208fec7dd42014b3ff13defa.tar.gz | |
Add type to symbolicreference.__repr__()
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 94f74793..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 |
