Skip to content

Commit 400f079

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 → 39e2973981e6d2f9b6c543b0086a2d2393abdc89](rbubley/mirrors-prettier@c2bc67f...39e2973) - [github.com/astral-sh/ruff-pre-commit: c60c980e561ed3e73101667fe8365c609d19a438 → c59bba8fb259db0fec2bbb77ad8ba51ea7341b56](astral-sh/ruff-pre-commit@c60c980...c59bba8)
1 parent 3087748 commit 400f079

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/rbubley/mirrors-prettier
19-
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
19+
rev: 39e2973981e6d2f9b6c543b0086a2d2393abdc89 # frozen: v3.9.4
2020
hooks:
2121
- id: prettier
2222
files: \.(css|html|md|yml|yaml|gql)
2323
args: [--prose-wrap=preserve]
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
26+
rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20
2727
hooks:
2828
- id: ruff
2929
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)