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
13 changes: 8 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ repos:
- id: check-merge-conflict
- id: check-vcs-permalinks
- id: check-yaml
- id: debug-statements
exclude: ^src/pytask_parallel/wrappers.py$
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: no-commit-to-branch
args: [--branch, main]
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
Expand All @@ -25,7 +28,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.10
hooks:
- id: ruff
- id: ruff-check
- id: ruff-format
- repo: https://github.com/kynan/nbstripout
rev: 0.8.2
Expand All @@ -52,10 +55,10 @@ repos:
]
args: [--wrap, "88"]
files: (README\.md)
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell
- repo: https://github.com/crate-ci/typos
rev: v1.40.1
hooks:
- id: typos
- repo: meta
hooks:
- id: check-hooks-apply
Expand Down
1 change: 1 addition & 0 deletions docs/source/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
## Unreleased

- {pull}`129` drops support for Python 3.8 and 3.9 and adds support for Python 3.14.
- {pull}`131` updates pre-commit hooks.

## 0.5.1 - 2025-03-09

Expand Down