Skip to content

Commit 54bd7bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.25.1 → v2.25.2](tox-dev/pyproject-fmt@v2.25.1...v2.25.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.21](astral-sh/ruff-pre-commit@v0.15.20...v0.15.21) - [github.com/rbubley/mirrors-prettier: v3.9.4 → v3.9.5](rbubley/mirrors-prettier@v3.9.4...v3.9.5)
1 parent 16203a1 commit 54bd7bf

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
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: tox-toml-fmt
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "v2.25.1"
22+
rev: "v2.25.2"
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.15.20"
26+
rev: "v0.15.21"
2727
hooks:
2828
- id: ruff-format
2929
alias: ruff
@@ -32,7 +32,7 @@ repos:
3232
alias: ruff
3333
args: ["--exit-non-zero-on-fix"]
3434
- repo: https://github.com/rbubley/mirrors-prettier
35-
rev: "v3.9.4"
35+
rev: "v3.9.5"
3636
hooks:
3737
- id: prettier
3838
args: ["--print-width=120", "--prose-wrap=always"]

0 commit comments

Comments
 (0)