Skip to content

Commit 62c8264

Browse files
chore: update pre-commit hooks (#32)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.12...v0.13.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7786368 commit 62c8264

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
@@ -46,14 +46,14 @@ repos:
4646
exclude: \.md
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: "v0.12.12"
49+
rev: "v0.13.0"
5050
hooks:
5151
- id: ruff-check
5252
args: ["--fix", "--show-fixes"]
5353
- id: ruff-format
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: "v1.17.1"
56+
rev: "v1.18.1"
5757
hooks:
5858
- id: mypy
5959
files: src|tests

0 commit comments

Comments
 (0)