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.
2 parents b4fc100 + 69dcc6b commit 4cb1b26Copy full SHA for 4cb1b26
.pre-commit-config.yaml
@@ -16,14 +16,14 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/rbubley/mirrors-prettier
19
- rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
+ 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: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
+ rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
27
28
- id: ruff
29
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
0 commit comments