Skip to content

Commit 72dfa9d

Browse files
[pre-commit.ci] pre-commit autoupdate (#313)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2) - [github.com/numpy/numpydoc: v1.8.0 → v1.9.0](numpy/numpydoc@v1.8.0...v1.9.0) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4ecf5e1 commit 72dfa9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ repos:
2929
exclude: (\.(svg|png|pdf)$)|(CODE_OF_CONDUCT.md)
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.11.4
32+
rev: v0.12.2
3333
hooks:
3434
- id: ruff
3535
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3636
- id: ruff-format
3737

3838
- repo: https://github.com/numpy/numpydoc
39-
rev: v1.8.0
39+
rev: v1.9.0
4040
hooks:
4141
- id: numpydoc-validation
4242
exclude: (tests|docs)/.*
@@ -48,7 +48,7 @@ repos:
4848
files: tests/.*
4949

5050
- repo: https://github.com/tox-dev/pyproject-fmt
51-
rev: v2.5.1
51+
rev: v2.6.0
5252
hooks:
5353
- id: pyproject-fmt
5454
args: [--keep-full-version, --no-print-diff]

0 commit comments

Comments
 (0)