Skip to content

Commit 4b80d2e

Browse files
chore: update pre-commit hooks (#11)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.2...v0.12.4) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.0](pre-commit/mirrors-mypy@v1.16.1...v1.17.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e7a653d commit 4b80d2e

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.2"
49+
rev: "v0.12.4"
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.16.1"
56+
rev: "v1.17.0"
5757
hooks:
5858
- id: mypy
5959
files: src|tests

0 commit comments

Comments
 (0)