Skip to content

Commit 62c2693

Browse files
[pre-commit.ci] pre-commit autoupdate (#718)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e02a64d commit 62c2693

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.15.12
32+
rev: v0.15.15
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]
3636
- id: ruff-format
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.20.2
39+
rev: v2.1.0
4040
hooks:
4141
- id: mypy
4242
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)