Skip to content

Commit 2bcc976

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.4...v0.15.12) - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.21.1](tox-dev/pyproject-fmt@v2.16.2...v2.21.1) - https://github.com/codespell-project/codespell/: v2.4.1 → v2.4.2 - [github.com/rbubley/mirrors-prettier: v3.8.1 → v3.8.3](rbubley/mirrors-prettier@v3.8.1...v3.8.3)
1 parent 38f6c9b commit 2bcc976

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
@@ -29,7 +29,7 @@ repos:
2929
- mdformat-config
3030
# ----- Python formatting -----
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.15.4
32+
rev: v0.15.12
3333
hooks:
3434
# Run ruff linter.
3535
- id: ruff-check
@@ -39,7 +39,7 @@ repos:
3939
# Run ruff formatter.
4040
- id: ruff-format
4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: v2.16.2
42+
rev: v2.21.1
4343
hooks:
4444
- id: pyproject-fmt
4545
- repo: https://github.com/abravalheri/validate-pyproject
@@ -63,7 +63,7 @@ repos:
6363
- --remove-kernel-metadata
6464
# ----- spellchecking -----
6565
- repo: https://github.com/codespell-project/codespell/
66-
rev: v2.4.1
66+
rev: v2.4.2
6767
hooks:
6868
- id: codespell
6969
exclude: doc/src/legal-notice.md
@@ -75,7 +75,7 @@ repos:
7575
# specify the prettier hook twice if we want to format other things and avoid
7676
# a messy regex.
7777
- repo: https://github.com/rbubley/mirrors-prettier
78-
rev: v3.8.1
78+
rev: v3.8.3
7979
hooks:
8080
- id: prettier
8181
files: CITATION.cff

0 commit comments

Comments
 (0)