There was an error while loading. Please reload this page.
2 parents 5e76d40 + d650097 commit 2b3d985Copy full SHA for 2b3d985
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
# Ruff version.
18
- rev: 'v0.14.8'
+ rev: 'v0.14.9'
19
hooks:
20
# Run the linter.
21
- id: ruff
@@ -24,7 +24,7 @@ repos:
24
- id: ruff-format
25
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v1.19.0
+ rev: v1.19.1
28
29
- id: mypy
30
files: ^src/|^tests/
0 commit comments