Skip to content

Commit 3dbdd09

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.13...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)
1 parent e4d2539 commit 3dbdd09

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
@@ -23,14 +23,14 @@ repos:
2323
hooks:
2424
- id: tox-ini-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.11.13
26+
rev: v0.12.2
2727
hooks:
2828
- id: ruff-format
2929
alias: ruff
3030
- id: ruff-check
3131
alias: ruff
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.16.0
33+
rev: v1.16.1
3434
hooks:
3535
- id: mypy
3636
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)