We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5b6b0 commit db8c038Copy full SHA for db8c038
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
# Ruff version.
6
- rev: v0.14.10
+ rev: v0.15.11
7
hooks:
8
# Run the linter.
9
- id: ruff-check
@@ -23,7 +23,7 @@ repos:
23
stages: [pre-commit]
24
args: [--branch, main]
25
- repo: https://github.com/rhysd/actionlint
26
- rev: v1.7.7
+ rev: v1.7.12
27
28
- id: actionlint
29
- repo: local
0 commit comments