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 07a15c4 commit 119a58cCopy full SHA for 119a58c
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
# Ruff version.
7
- rev: "v0.6.4"
+ rev: "v0.6.9"
8
hooks:
9
- id: ruff
10
args: ["--fix", "--show-fixes"]
@@ -16,7 +16,7 @@ repos:
16
- id: prettier
17
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v4.6.0
+ rev: v5.0.0
20
21
- id: check-yaml
22
- id: trailing-whitespace
@@ -45,12 +45,12 @@ repos:
45
- tomli
46
47
- repo: https://github.com/abravalheri/validate-pyproject
48
- rev: v0.19
+ rev: v0.20.2
49
50
- id: validate-pyproject
51
52
- repo: https://github.com/rhysd/actionlint
53
- rev: v1.7.1
+ rev: v1.7.3
54
55
- id: actionlint
56
files: ".github/workflows/"
0 commit comments