Skip to content

Commit 8488f8b

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1)
1 parent 9c62084 commit 8488f8b

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.5.0"
49+
rev: "v0.5.6"
5050
hooks:
5151
- id: ruff
5252
args: ["--fix", "--show-fixes"]
5353

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

0 commit comments

Comments
 (0)