We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed0fa5 commit 7abf114Copy full SHA for 7abf114
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: "v0.15.10"
+ rev: "v0.15.11"
22
hooks:
23
- id: ruff-check
24
args: ["--fix", "--show-fixes"]
@@ -38,7 +38,7 @@ repos:
38
args: ["--skip=CODE_OF_CONDUCT.md"]
39
40
- repo: https://github.com/rbubley/mirrors-prettier
41
- rev: "v3.8.2"
+ rev: "v3.8.3"
42
43
- id: prettier
44
files: \.(html|md|toml|yml|yaml)
0 commit comments