Skip to content

Commit e99e530

Browse files
[pre-commit.ci] pre-commit autoupdate (#108)
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 e77469f commit e99e530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.4.3
26+
rev: v0.4.4
2727
hooks:
2828
- id: ruff
2929
- id: ruff-format

src/pytask_parallel/execute.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
@hookimpl
41-
def pytask_execute_build(session: Session) -> bool | None: # noqa: C901, PLR0915
41+
def pytask_execute_build(session: Session) -> bool | None: # noqa: C901, PLR0912, PLR0915
4242
"""Execute tasks with a parallel backend.
4343
4444
There are three phases while the scheduler has tasks which need to be executed.

0 commit comments

Comments
 (0)