Skip to content

Commit 3741122

Browse files
committed
Merge branch 'main' into deterministic-chunk-padding
2 parents 90f4f73 + bb2c4fe commit 3741122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ci:
66
default_stages: [pre-commit, pre-push]
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.9.1
9+
rev: v0.9.4
1010
hooks:
1111
- id: ruff
1212
args: ["--fix", "--show-fixes"]
1313
- id: ruff-format
1414
- repo: https://github.com/codespell-project/codespell
15-
rev: v2.3.0
15+
rev: v2.4.1
1616
hooks:
1717
- id: codespell
1818
args: ["-L", "fo,ihs,kake,te", "-S", "fixture"]
@@ -37,7 +37,7 @@ repos:
3737
# Tests
3838
- pytest
3939
- repo: https://github.com/scientific-python/cookie
40-
rev: 2024.08.19
40+
rev: 2025.01.22
4141
hooks:
4242
- id: sp-repo-review
4343
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -50,6 +50,6 @@ repos:
5050
hooks:
5151
- id: numpydoc-validation
5252
- repo: https://github.com/twisted/towncrier
53-
rev: 23.11.0
53+
rev: 24.8.0
5454
hooks:
5555
- id: towncrier-check

0 commit comments

Comments
 (0)