We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cd1c3 commit 91fbc35Copy full SHA for 91fbc35
.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.4.1
+ rev: v0.4.2
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.9.0
+ rev: v1.10.0
31
32
- id: mypy
33
additional_dependencies:
0 commit comments