We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ce0cc commit a5efac8Copy full SHA for a5efac8
‎.pre-commit-config.yaml‎
@@ -16,14 +16,14 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/rbubley/mirrors-prettier
19
- rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
+ rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
20
hooks:
21
- id: prettier
22
files: \.(css|html|md|yml|yaml|gql)
23
args: [--prose-wrap=preserve]
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
+ rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
27
28
- id: ruff
29
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
0 commit comments