We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702a55b commit a646154Copy full SHA for a646154
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
# Ruff version.
21
- rev: v0.7.0
+ rev: v0.7.1
22
hooks:
23
# Run the linter.
24
- id: ruff
@@ -27,7 +27,7 @@ repos:
27
- id: ruff-format
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.12.1
+ rev: v1.13.0
31
32
- id: mypy
33
files: src
0 commit comments