Skip to content

Commit 544e63e

Browse files
[pre-commit.ci] pre-commit autoupdate (#257)
<!--pre-commit.ci start--> 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) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4692d3a commit 544e63e

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,17 +19,17 @@ 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
- id: ruff
3030
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
3131
- repo: https://github.com/rbubley/mirrors-prettier
32-
rev: "v3.9.4"
32+
rev: "v3.9.5"
3333
hooks:
3434
- id: prettier
3535
args: ["--print-width=120", "--prose-wrap=always"]

0 commit comments

Comments
 (0)