We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c952b commit ca0a1b6Copy full SHA for ca0a1b6
.pre-commit-config.yaml
@@ -22,13 +22,13 @@ repos:
22
)$
23
- id: check-merge-conflict
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.4.1
+ rev: v0.4.2
26
hooks:
27
- id: ruff
28
args: ["--fix", "--output-format=full"]
29
- id: ruff-format
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.9.0
+ rev: v1.10.0
32
33
- id: mypy
34
language: python
0 commit comments