Skip to content

Commit 0868856

Browse files
[pre-commit.ci] pre-commit autoupdate (#67)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eb2aa7a commit 0868856

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
@@ -15,24 +15,24 @@ repos:
1515
- id: codespell
1616
additional_dependencies: ["tomli>=2.4"]
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: "v2.21.0"
18+
rev: "v2.21.1"
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.15.10"
22+
rev: "v0.15.11"
2323
hooks:
2424
- id: ruff-format
2525
- id: ruff
2626
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
2727
- repo: https://github.com/rbubley/mirrors-prettier
28-
rev: "v3.8.2"
28+
rev: "v3.8.3"
2929
hooks:
3030
- id: prettier
3131
additional_dependencies:
3232
- prettier@3.8.1
3333
- "@prettier/plugin-xml@3.4.2"
3434
- repo: https://github.com/zizmorcore/zizmor-pre-commit
35-
rev: v1.24.0
35+
rev: v1.24.1
3636
hooks:
3737
- id: zizmor
3838
- repo: meta

0 commit comments

Comments
 (0)