Skip to content

Commit 00adacc

Browse files
[pre-commit.ci] pre-commit autoupdate (#132)
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 850cce3 commit 00adacc

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
@@ -23,20 +23,20 @@ repos:
2323
- id: check-added-large-files
2424

2525
- repo: https://github.com/rbubley/mirrors-prettier
26-
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
26+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
2727
hooks:
2828
- id: prettier
2929
files: \.(html|md|yml|yaml|toml)
3030
args: [--prose-wrap=preserve]
3131

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

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: "63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
40+
rev: "2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a" # frozen: v2.4.2
4141
hooks:
4242
- id: codespell

0 commit comments

Comments
 (0)