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