Skip to content

Commit 24f21eb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.11...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent 0513b03 commit 24f21eb

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
@@ -24,14 +24,14 @@ repos:
2424
additional_dependencies:
2525
- tomli
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.11.11
27+
rev: v0.12.2
2828
hooks:
2929
- id: ruff
3030
stages: [pre-commit]
3131
- id: ruff-format
3232
stages: [pre-commit]
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.15.0
34+
rev: v1.16.1
3535
hooks:
3636
- id: mypy
3737
pass_filenames: false

0 commit comments

Comments
 (0)