Skip to content

Commit 1dcc0a4

Browse files
chore: update pre-commit hooks (#64)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 46e3562 commit 1dcc0a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ repos:
4646
args: [--prose-wrap=always]
4747

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

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: "v1.16.0"
55+
rev: "v1.16.1"
5656
hooks:
5757
- id: mypy
5858
files: src|tests

0 commit comments

Comments
 (0)