Skip to content

Commit c1cc08f

Browse files
authored
Merge branch 'main' into pr/typing-ty
2 parents 579910d + 7ac8813 commit c1cc08f

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ repos:
88
- id: check-merge-conflict
99
- id: check-vcs-permalinks
1010
- id: check-yaml
11+
- id: debug-statements
12+
exclude: ^src/pytask_parallel/wrappers.py$
1113
- id: end-of-file-fixer
1214
- id: fix-byte-order-marker
1315
- id: mixed-line-ending
1416
- id: no-commit-to-branch
1517
args: [--branch, main]
18+
- id: trailing-whitespace
1619
- repo: https://github.com/pre-commit/pygrep-hooks
1720
rev: v1.10.0
1821
hooks:
@@ -25,7 +28,7 @@ repos:
2528
- repo: https://github.com/astral-sh/ruff-pre-commit
2629
rev: v0.14.10
2730
hooks:
28-
- id: ruff
31+
- id: ruff-check
2932
- id: ruff-format
3033
- repo: https://github.com/kynan/nbstripout
3134
rev: 0.8.2
@@ -52,10 +55,10 @@ repos:
5255
]
5356
args: [--wrap, "88"]
5457
files: (README\.md)
55-
- repo: https://github.com/codespell-project/codespell
56-
rev: v2.4.1
57-
hooks:
58-
- id: codespell
58+
- repo: https://github.com/crate-ci/typos
59+
rev: v1.40.1
60+
hooks:
61+
- id: typos
5962
- repo: meta
6063
hooks:
6164
- id: check-hooks-apply

docs/source/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
99

1010
- {pull}`129` drops support for Python 3.8 and 3.9 and adds support for Python 3.14.
1111
- {pull}`130` switches type checking to ty.
12+
- {pull}`131` updates pre-commit hooks.
1213

1314
## 0.5.1 - 2025-03-09
1415

0 commit comments

Comments
 (0)