Skip to content

Commit 4d2a2b9

Browse files
[pre-commit.ci] pre-commit autoupdate (#34)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent fb5dcc5 commit 4d2a2b9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.4.2
28+
rev: v0.4.4
2929
hooks:
3030
- id: ruff
3131
- id: ruff-format

tests/test_normal_execution_w_plugin.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
)
1717
@pytest.mark.parametrize("products", [("out.txt",), ("out_1.txt", "out_2.txt")])
1818
def test_execution_w_varying_dependencies_products(
19-
runner,
20-
tmp_path,
21-
dependencies,
22-
products,
19+
runner, tmp_path, dependencies, products
2320
):
2421
source = f"""
2522
import pytask

0 commit comments

Comments
 (0)