Skip to content

Commit 48e86ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.2...v0.15.9) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.21.0](tox-dev/pyproject-fmt@v2.7.0...v2.21.0)
1 parent 788af64 commit 48e86ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/codespell-project/codespell
15-
rev: v2.4.1
15+
rev: v2.4.2
1616
hooks:
1717
- id: codespell
1818
additional_dependencies:
1919
- tomli
2020
exclude: (\.(svg|png|pdf)$)|(CODE_OF_CONDUCT.md)
2121

2222
- repo: https://github.com/numpy/numpydoc
23-
rev: v1.9.0
23+
rev: v1.10.0
2424
hooks:
2525
- id: numpydoc-validation
2626
exclude: (tests|docs)/.*
@@ -38,14 +38,14 @@ repos:
3838
files: tests/.*
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.14.2
41+
rev: v0.15.9
4242
hooks:
4343
- id: ruff-check
4444
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
4545
- id: ruff-format
4646

4747
- repo: https://github.com/tox-dev/pyproject-fmt
48-
rev: v2.7.0
48+
rev: v2.21.0
4949
hooks:
5050
- id: pyproject-fmt
5151
args: [--keep-full-version, --no-print-diff]

0 commit comments

Comments
 (0)