Skip to content

Commit 7d17af3

Browse files
📈 Update versions for pre-commit hooks (#235)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f5e70db commit 7d17af3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: "v5.0.0"
8+
rev: "v6.0.0"
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.12.2"
21+
rev: "v0.14.10"
2222
hooks:
2323
- id: ruff
2424
args: ["--fix", "--show-fixes"]
@@ -27,7 +27,7 @@ repos:
2727
types_or: [python, pyi]
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: "v3.20.0"
30+
rev: "v3.21.2"
3131
hooks:
3232
- id: pyupgrade
3333

@@ -38,14 +38,14 @@ repos:
3838
args: ["--skip=CODE_OF_CONDUCT.md"]
3939

4040
- repo: https://github.com/rbubley/mirrors-prettier
41-
rev: "v3.6.2"
41+
rev: "v3.7.4"
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.18.0"
48+
rev: "v1.19.0"
4949
hooks:
5050
- id: zizmor
5151
args: ["--pedantic"]

0 commit comments

Comments
 (0)