Skip to content

Commit 9338867

Browse files
[pre-commit.ci] pre-commit autoupdate (#128)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/rbubley/mirrors-prettier: 5ba47274f9b181bce26a5150a725577f3c336011 → 14abee445aea04b39069c19b4bd54efff6775819](rbubley/mirrors-prettier@5ba4727...14abee4) - [github.com/astral-sh/ruff-pre-commit: 9c89adb347f6b973f4905a4be0051eb2ecf85dea → 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83](astral-sh/ruff-pre-commit@9c89adb...5ba58ac) * '[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 9d972da commit 9338867

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
- id: check-added-large-files
2424

2525
- repo: https://github.com/rbubley/mirrors-prettier
26-
rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
26+
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
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: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
33+
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
3434
hooks:
3535
- id: ruff
3636
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)