Skip to content

Commit e184e0f

Browse files
[pre-commit.ci] pre-commit autoupdate (#116)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.6](astral-sh/ruff-pre-commit@v0.9.9...v0.11.6) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 739d631 commit e184e0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: sort-all
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.9.9
30+
rev: v0.11.6
3131
hooks:
3232
- id: ruff
3333
- id: ruff-format

src/pytask_parallel/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Contains code relevant to logging.""" # noqa: A005
1+
"""Contains code relevant to logging."""
22

33
from __future__ import annotations
44

src/pytask_parallel/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Contains functions related to typing.""" # noqa: A005
1+
"""Contains functions related to typing."""
22

33
from pathlib import Path
44
from pathlib import PosixPath

0 commit comments

Comments
 (0)