From 5b880c0e98e41276de9fc498b25727c149cfcc40 Mon Sep 17 00:00:00 2001 From: Yobmod Date: Wed, 28 Jul 2021 17:39:01 +0100 Subject: Fix more missing types in Symbolic.py --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 94f74793..de5bc4ea 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 -- cgit v1.2.1 From 390efbf521d62d9cb188c7688288878ef1b1b45d Mon Sep 17 00:00:00 2001 From: Yobmod Date: Wed, 28 Jul 2021 20:40:29 +0100 Subject: Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') 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 -- cgit v1.2.1 From bdd6a4345f224c7a208fec7dd42014b3ff13defa Mon Sep 17 00:00:00 2001 From: Yobmod Date: Sat, 31 Jul 2021 16:09:22 +0100 Subject: Add type to symbolicreference.__repr__() --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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 -- cgit v1.2.1