Skip to content

Commit 2eb0097

Browse files
[pre-commit.ci] pre-commit autoupdate (#33)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/rbubley/mirrors-prettier: 14abee445aea04b39069c19b4bd54efff6775819 → c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1](rbubley/mirrors-prettier@14abee4...c2bc67f) - [github.com/astral-sh/ruff-pre-commit: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 → c60c980e561ed3e73101667fe8365c609d19a438](astral-sh/ruff-pre-commit@5ba58ac...c60c980) - [github.com/codespell-project/codespell: 63c8f8312b7559622c0d82815639671ae42132ac → 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a](codespell-project/codespell@63c8f83...2ccb47f) * '[pre-commit.ci 🤖] Apply code format tools to PR' --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e4c2727 commit 2eb0097

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

2727
- repo: https://github.com/rbubley/mirrors-prettier
28-
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
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: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
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: 63c8f8312b7559622c0d82815639671ae42132ac # frozen: v2.4.1
47+
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
4848
hooks:
4949
- id: codespell
5050
args: ["-w"]

0 commit comments

Comments
 (0)