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 6181b0f commit 8951a33Copy full SHA for 8951a33
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: black
12
exclude: '^(test-data/)'
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.8.4
+ rev: v0.8.6
15
hooks:
16
- id: ruff
17
args: [--exit-non-zero-on-fix]
@@ -21,7 +21,7 @@ repos:
21
- id: check-dependabot
22
- id: check-github-workflows
23
- repo: https://github.com/rhysd/actionlint
24
- rev: v1.7.4
+ rev: v1.7.6
25
26
- id: actionlint
27
args: [
0 commit comments