We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f028690 commit 2413568Copy full SHA for 2413568
.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.10
+ rev: v0.5.0
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.10.0
+ rev: v1.10.1
31
32
- id: mypy
33
additional_dependencies:
0 commit comments