Skip to content

Commit b137f7a

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent 9121c92 commit b137f7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.pre-commit-config.yaml‎

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

1818
- repo: https://github.com/rbubley/mirrors-prettier
19-
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
19+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
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: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
2727
hooks:
2828
- id: ruff
2929
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
3030
- id: ruff-format
3131

3232
- repo: https://github.com/codespell-project/codespell
33-
rev: "2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a" # frozen: v2.4.2
33+
rev: "2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a" # frozen: v2.4.2
3434
hooks:
3535
- id: codespell
3636

0 commit comments

Comments
 (0)