Skip to content

Commit 1c9c1f3

Browse files
[pre-commit.ci] pre-commit autoupdate (#852)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ee87e43 commit 1c9c1f3

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
@@ -19,21 +19,21 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/rbubley/mirrors-prettier
22-
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
22+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
2323
hooks:
2424
- id: prettier
2525
files: \.(css|md|yml|yaml)
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
29+
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
3030
hooks:
3131
- id: ruff
3232
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
3333
- id: ruff-format
3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: "63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
36+
rev: "2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a" # frozen: v2.4.2
3737
hooks:
3838
- id: codespell
3939
args:

0 commit comments

Comments
 (0)