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 bdcc0ef commit 69dcc6bCopy full SHA for 69dcc6b
‎.pre-commit-config.yaml‎
@@ -16,14 +16,14 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/rbubley/mirrors-prettier
19
- rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
+ rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
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: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
+ rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
27
28
- id: ruff
29
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
0 commit comments