Skip to content

Commit a5efac8

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent 29ce0cc commit a5efac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/rbubley/mirrors-prettier
19-
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
19+
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
2020
hooks:
2121
- id: prettier
2222
files: \.(css|html|md|yml|yaml|gql)
2323
args: [--prose-wrap=preserve]
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
26+
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
2727
hooks:
2828
- id: ruff
2929
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)