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 5fb27df commit f6b28fcCopy full SHA for f6b28fc
.pre-commit-config.yaml
@@ -23,14 +23,14 @@ repos:
23
- id: check-added-large-files
24
25
- repo: https://github.com/rbubley/mirrors-prettier
26
- rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
+ rev: 5ba47274f9b181bce26a5150a725577f3c336011 # frozen: v3.6.2
27
hooks:
28
- id: prettier
29
files: \.(html|md|yml|yaml|toml)
30
args: [--prose-wrap=preserve]
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
+ rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
34
35
- id: ruff
36
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
0 commit comments