Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: sort-all
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.9
rev: v0.11.6
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion src/pytask_parallel/logging.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains code relevant to logging.""" # noqa: A005
"""Contains code relevant to logging."""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/pytask_parallel/typing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains functions related to typing.""" # noqa: A005
"""Contains functions related to typing."""

from pathlib import Path
from pathlib import PosixPath
Expand Down