Skip to content

Commit 57fdbe3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/stefmolin/docstringify: 1.0.0 → 1.1.1](1.0.0...1.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0)
1 parent 51e1023 commit 57fdbe3

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-toml
1010
- id: check-yaml
@@ -26,20 +26,20 @@ repos:
2626
exclude: (tests|docs)/.*
2727

2828
- repo: https://github.com/stefmolin/docstringify
29-
rev: 1.0.0
29+
rev: 1.1.1
3030
hooks:
3131
- id: docstringify
3232
args: [--make-changes-inplace=numpydoc]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.12.2
35+
rev: v0.13.3
3636
hooks:
3737
- id: ruff-check
3838
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3939
- id: ruff-format
4040

4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: v2.6.0
42+
rev: v2.7.0
4343
hooks:
4444
- id: pyproject-fmt
4545
args: [--keep-full-version, --no-print-diff]

0 commit comments

Comments
 (0)