Skip to content

Commit 3b43f5d

Browse files
[pre-commit.ci] pre-commit autoupdate (#283)
1 parent 1af57e2 commit 3b43f5d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: "26.3.1"
21+
rev: "26.5.1"
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.15.9"
26+
rev: "v0.15.20"
2727
hooks:
2828
- id: ruff
2929
args: [--fix]
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: "v1.20.0"
32+
rev: "v2.1.0"
3333
hooks:
3434
- id: mypy
3535
args: []

0 commit comments

Comments
 (0)