Skip to content

Commit 1c994f8

Browse files
[pre-commit.ci] pre-commit autoupdate (#91)
1 parent 6207ee1 commit 1c994f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -23,7 +23,7 @@ repos:
2323
- id: python-use-type-annotations
2424
- id: text-unicode-replacement-char
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.3.4
26+
rev: v0.4.1
2727
hooks:
2828
- id: ruff
2929
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docs = [
4141
"sphinxext-opengraph",
4242
]
4343
test = [
44-
"pytask-parallel[all]",
44+
"pytask-parallel[coiled,dask]",
4545
"nbmake",
4646
"pytest",
4747
"pytest-cov",

0 commit comments

Comments
 (0)