We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3536b75 commit 61f4f83Copy full SHA for 61f4f83
.pre-commit-config.yaml
@@ -20,14 +20,14 @@ repos:
20
- id: check-github-workflows
21
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.8.1
+ rev: v0.8.6
24
hooks:
25
- id: ruff
26
args: [--fix, --exit-non-zero-on-fix]
27
- id: ruff-format
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.13.0
+ rev: v1.14.1
31
32
- id: mypy
33
additional_dependencies:
0 commit comments