Skip to content

Commit 126cc2e

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.15.12](astral-sh/ruff-pre-commit@v0.13.3...v0.15.12) - [github.com/psf/black: 25.9.0 → 26.3.1](psf/black@25.9.0...26.3.1) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.8.3](rbubley/mirrors-prettier@v3.6.2...v3.8.3) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 771e456 commit 126cc2e

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
@@ -30,15 +30,15 @@ repos:
3030
- id: "trailing-whitespace"
3131

3232
- repo: "https://github.com/astral-sh/ruff-pre-commit"
33-
rev: "v0.13.3"
33+
rev: "v0.15.12"
3434
hooks:
3535
- id: "ruff"
3636
# NOTE: "--exit-non-zero-on-fix" is important for CI to function
3737
# correctly!
3838
args: ["--fix", "--exit-non-zero-on-fix"]
3939

4040
- repo: "https://github.com/psf/black"
41-
rev: "25.9.0"
41+
rev: "26.3.1"
4242
hooks:
4343
- id: "black"
4444

@@ -47,7 +47,7 @@ repos:
4747
# specify the prettier hook twice if we want to format other things and avoid
4848
# a messy regex.
4949
- repo: "https://github.com/rbubley/mirrors-prettier"
50-
rev: "v3.6.2"
50+
rev: "v3.8.3"
5151
hooks:
5252
- id: "prettier"
5353
files: "CITATION.cff"
@@ -59,7 +59,7 @@ repos:
5959
- "--verbose"
6060

6161
- repo: "https://github.com/codespell-project/codespell"
62-
rev: "v2.4.1"
62+
rev: "v2.4.2"
6363
hooks:
6464
- id: "codespell"
6565
exclude: ".codespellignore"

0 commit comments

Comments
 (0)