diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index de5bc4ea..94f74793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,11 +19,11 @@ 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 -# warn_unreachable = true +# warn_unused_ignores = True +# warn_unreachable = True show_error_codes = true # TODO: remove when 'gitdb' is fully annotated |