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 5888228 commit 5fb27dfCopy full SHA for 5fb27df
.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: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
+ 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: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
+ rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
34
35
- id: ruff
36
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
0 commit comments