There was an error while loading. Please reload this page.
1 parent 1af57e2 commit 3b43f5dCopy full SHA for 3b43f5d
1 file changed
.pre-commit-config.yaml
@@ -18,18 +18,18 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/psf/black-pre-commit-mirror
21
- rev: "26.3.1"
+ rev: "26.5.1"
22
hooks:
23
- id: black
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.15.9"
+ rev: "v0.15.20"
27
28
- id: ruff
29
args: [--fix]
30
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: "v1.20.0"
+ rev: "v2.1.0"
33
34
- id: mypy
35
args: []
0 commit comments