Skip to content

Commit a333b7c

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.10...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 49239b8 commit a333b7c

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
@@ -40,14 +40,14 @@ repos:
4040
additional_dependencies: [black~=25.0]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.11.10"
43+
rev: "v0.11.12"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
4747
- id: ruff-format
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: "v1.15.0"
50+
rev: "v1.16.0"
5151
hooks:
5252
- id: mypy
5353
files: src|tests

0 commit comments

Comments
 (0)