We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5e3e8a + a83458e commit c59c2dbCopy full SHA for c59c2db
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
# Ruff version.
17
- rev: 'v0.15.8'
+ rev: 'v0.15.9'
18
hooks:
19
# Run the linter.
20
- id: ruff-check
@@ -23,7 +23,7 @@ repos:
23
- id: ruff-format
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.19.1
+ rev: v1.20.0
27
28
- id: mypy
29
files: ^src/|^tests/
0 commit comments