We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a27d70 commit 8b53c44Copy full SHA for 8b53c44
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
hooks:
46
- id: sort-all
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: v0.1.7
+ rev: v0.1.8
49
50
- id: ruff-format
51
- id: ruff
tests/test_collect_utils.py
@@ -15,7 +15,7 @@
15
from _pytask.typing import Product # noqa: TCH002
16
from pytask import depends_on
17
from pytask import produces
18
-from typing_extensions import Annotated # noqa: TCH002
+from typing_extensions import Annotated
19
20
21
ERROR = "'@pytask.mark.depends_on' has nodes with the same name:"
0 commit comments