Skip to content

Commit 2d6fa85

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.6.0](tox-dev/tox-ini-fmt@1.5.0...1.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.13...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1)
1 parent e4d2539 commit 2d6fa85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ repos:
1919
alias: toml
2020

2121
- repo: https://github.com/tox-dev/tox-ini-fmt
22-
rev: 1.5.0
22+
rev: 1.6.0
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.7
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.17.1
3434
hooks:
3535
- id: mypy
3636
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)