diff options
| author | Dominic <yobmod@gmail.com> | 2021-07-31 16:48:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 16:48:23 +0100 |
| commit | 300330dfa2d2baece6d34b450523ac2a079c228b (patch) | |
| tree | 4d4a3c59929fbc98c0617d8446405e745081f931 /pyproject.toml | |
| parent | d858916ce254287b70f2b3cc675ff7860171bfba (diff) | |
| parent | 8eedc9d002da9bb085be4a82ffb5372f8f8ff7a2 (diff) | |
| download | gitpython-300330dfa2d2baece6d34b450523ac2a079c228b.tar.gz | |
Merge pull request #1307 from Yobmod/main
More types for symbolic.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 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 |
