We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d934d0 + bdaa136 commit c152735Copy full SHA for c152735
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/rbubley/mirrors-prettier
22
- rev: bc7af46104f0f5368b95878decf720f9f00c2559 # frozen: v3.4.2
+ rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
23
hooks:
24
- id: prettier
25
files: \.(md|rst|yml|yaml)
@@ -32,7 +32,7 @@ repos:
32
args: [--no-pycodestyle, --max-line-length=88]
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: d7f0995508bdaeb0a1f4a838500d6a0a1fc6ec7b # frozen: v0.9.5
+ rev: 25a8c8da6c24a3b9a1a536e2674683dd0eead5d6 # frozen: v0.11.2
36
37
- id: ruff
38
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
0 commit comments