Skip to content

Commit 8b53c44

Browse files
[pre-commit.ci] pre-commit autoupdate (#530)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5a27d70 commit 8b53c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: sort-all
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.1.7
48+
rev: v0.1.8
4949
hooks:
5050
- id: ruff-format
5151
- id: ruff

Diff for: tests/test_collect_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from _pytask.typing import Product # noqa: TCH002
1616
from pytask import depends_on
1717
from pytask import produces
18-
from typing_extensions import Annotated # noqa: TCH002
18+
from typing_extensions import Annotated
1919

2020

2121
ERROR = "'@pytask.mark.depends_on' has nodes with the same name:"

0 commit comments

Comments
 (0)