Skip to content

Commit 1911908

Browse files
πŸ“ˆ Update versions for pre-commit hooks (#240)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.11 β†’ v0.14.13](astral-sh/ruff-pre-commit@v0.14.11...v0.14.13) - [github.com/rbubley/mirrors-prettier: v3.7.4 β†’ v3.8.0](rbubley/mirrors-prettier@v3.7.4...v3.8.0) - [github.com/woodruffw/zizmor-pre-commit: v1.20.0 β†’ v1.22.0](zizmorcore/zizmor-pre-commit@v1.20.0...v1.22.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 58d61e4 commit 1911908

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.14.11"
21+
rev: "v0.14.13"
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.7.4"
41+
rev: "v3.8.0"
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.20.0"
48+
rev: "v1.22.0"
4949
hooks:
5050
- id: zizmor
5151
args: ["--pedantic"]

0 commit comments

Comments
Β (0)