Skip to content

Commit e8cf967

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.14.10](astral-sh/ruff-pre-commit@v0.14.2...v0.14.10) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.1](tox-dev/pyproject-fmt@v2.7.0...v2.11.1)
1 parent 788af64 commit e8cf967

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
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.14.10
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.11.1
4949
hooks:
5050
- id: pyproject-fmt
5151
args: [--keep-full-version, --no-print-diff]

0 commit comments

Comments
 (0)