Skip to content

Commit aade706

Browse files
[pre-commit.ci] pre-commit autoupdate (#1007)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bb09948 commit aade706

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
@@ -29,7 +29,7 @@ repos:
2929
- mdformat-config
3030
# ----- Python formatting -----
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.14.3
32+
rev: v0.14.7
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.11.0
42+
rev: v2.11.1
4343
hooks:
4444
- id: pyproject-fmt
4545
- repo: https://github.com/abravalheri/validate-pyproject
@@ -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.6.2
78+
rev: v3.7.3
7979
hooks:
8080
- id: prettier
8181
files: CITATION.cff

0 commit comments

Comments
 (0)