Skip to content

Commit c6283de

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent 109c385 commit c6283de

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
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/rbubley/mirrors-prettier
28-
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
28+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
2929
hooks:
3030
- id: prettier
3131
types_or: [yaml, toml, markdown, css, scss, javascript, json]
@@ -37,14 +37,14 @@ repos:
3737
- id: blacken-docs
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
40+
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
4141
hooks:
4242
- id: ruff
4343
args: ["--fix", "--show-fixes"]
4444
- id: ruff-format
4545

4646
- repo: https://github.com/codespell-project/codespell
47-
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
47+
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
4848
hooks:
4949
- id: codespell
5050
args: ["-w"]

0 commit comments

Comments
 (0)