From ad225bc23a82cc4dc7f0d0a973d64229218bb7ec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:34:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_mypy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mypy.yml b/tests/test_mypy.yml index ddddf537e..7a2f08c16 100644 --- a/tests/test_mypy.yml +++ b/tests/test_mypy.yml @@ -1482,4 +1482,4 @@ takes_nothing(NOTHING) takes_nothing(None) - takes_nothing(1) # E: Argument 1 to "takes_nothing" has incompatible type "Literal[1]"; expected "Literal[_Nothing.NOTHING] | None" [arg-type] \ No newline at end of file + takes_nothing(1) # E: Argument 1 to "takes_nothing" has incompatible type "Literal[1]"; expected "Literal[_Nothing.NOTHING] | None" [arg-type]