diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93dc8324..03a36d08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: hooks: - id: sort-all - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.8 hooks: - id: ruff-format - id: ruff diff --git a/tests/test_collect_utils.py b/tests/test_collect_utils.py index 2568cd37..4969097f 100644 --- a/tests/test_collect_utils.py +++ b/tests/test_collect_utils.py @@ -15,7 +15,7 @@ from _pytask.typing import Product # noqa: TCH002 from pytask import depends_on from pytask import produces -from typing_extensions import Annotated # noqa: TCH002 +from typing_extensions import Annotated ERROR = "'@pytask.mark.depends_on' has nodes with the same name:"