Skip to content

Commit 8a5944f

Browse files
[pre-commit.ci] pre-commit autoupdate (#948)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/rbubley/mirrors-prettier: 309e9b0af1bbf98f1f6cd8e2b283b68cf87814e7 → c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1](rbubley/mirrors-prettier@309e9b0...c2bc67f) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent df6474c commit 8a5944f

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
@@ -27,20 +27,20 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.15.4
30+
rev: v0.15.9
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--show-fixes"]
3434
- id: ruff-format
3535

3636
- repo: https://github.com/rbubley/mirrors-prettier
37-
rev: 309e9b0af1bbf98f1f6cd8e2b283b68cf87814e7 # frozen: v3.8.0
37+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
3838
hooks:
3939
- id: prettier
4040
types_or: [scss, javascript]
4141

4242
- repo: https://github.com/codespell-project/codespell
43-
rev: v2.4.1
43+
rev: v2.4.2
4444
hooks:
4545
- id: codespell
4646
exclude: >

0 commit comments

Comments
 (0)