We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a46efcf + 19fe0fa commit d3ee7b8Copy full SHA for d3ee7b8
1 file changed
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- id: check-github-actions
22
- id: check-github-workflows
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.15.8
+ rev: v0.15.9
25
hooks:
26
- id: ruff-check
27
args: [--fix, --exit-non-zero-on-fix]
@@ -31,7 +31,7 @@ repos:
31
32
- id: nbstripout
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.19.1
+ rev: v1.20.0
35
36
- id: mypy
37
- repo: https://github.com/igorshubovych/markdownlint-cli
0 commit comments