We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac7c58 commit bf6e92aCopy full SHA for bf6e92a
.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.5.5
+ rev: v0.5.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.11.0
+ rev: v1.11.1
31
32
- id: mypy
33
additional_dependencies:
0 commit comments