Skip to content

Commit f6be01c

Browse files
[pre-commit.ci] pre-commit autoupdate (#731)
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.0](psf/black-pre-commit-mirror@26.3.1...26.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.12...v0.15.13) - [github.com/pre-commit/mirrors-mypy: v2.0.0 → v2.1.0](pre-commit/mirrors-mypy@v2.0.0...v2.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ff3e610 commit f6be01c

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
@@ -42,7 +42,7 @@ repos:
4242
args: ["--py310-plus"]
4343

4444
- repo: https://github.com/psf/black-pre-commit-mirror
45-
rev: 26.3.1
45+
rev: 26.5.0
4646
hooks:
4747
- id: black
4848

@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.15.12
56+
rev: v0.15.13
5757
hooks:
5858
- id: ruff-check
5959
name: ruff
@@ -71,7 +71,7 @@ repos:
7171
files: ^app/.*$
7272

7373
- repo: https://github.com/pre-commit/mirrors-mypy
74-
rev: v2.0.0
74+
rev: v2.1.0
7575
hooks:
7676
- id: mypy
7777
exclude: ^tests/.*$

0 commit comments

Comments
 (0)