File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
88## Unreleased
99
1010- {pull}` 129 ` drops support for Python 3.8 and 3.9 and adds support for Python 3.14.
11+ - {pull}` 131 ` updates pre-commit hooks.
1112
1213## 0.5.1 - 2025-03-09
1314
You can’t perform that action at this time.
0 commit comments