Skip to content

Commit 0bd51fa

Browse files
📈 Update versions for pre-commit hooks (#295)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 00576f2 commit 0bd51fa

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
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.15.9"
21+
rev: "v0.15.10"
2222
hooks:
2323
- id: ruff
2424
args: ["--fix", "--show-fixes"]
@@ -38,14 +38,14 @@ repos:
3838
args: ["--skip=CODE_OF_CONDUCT.md"]
3939

4040
- repo: https://github.com/rbubley/mirrors-prettier
41-
rev: "v3.8.1"
41+
rev: "v3.8.2"
4242
hooks:
4343
- id: prettier
4444
files: \.(html|md|toml|yml|yaml)
4545
args: [--prose-wrap=preserve]
4646

4747
- repo: https://github.com/woodruffw/zizmor-pre-commit
48-
rev: "v1.23.1"
48+
rev: "v1.24.1"
4949
hooks:
5050
- id: zizmor
5151
args: ["--pedantic"]

0 commit comments

Comments
 (0)