Skip to content

Commit 9d36621

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1) - [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.4 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.4...v0.12.7)
1 parent 2745b00 commit 9d36621

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
@@ -12,7 +12,7 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.15.0
15+
rev: v1.17.1
1616
hooks:
1717
- id: mypy
1818
additional_dependencies:
@@ -23,12 +23,12 @@ repos:
2323
- "types-setuptools==57.4.17"
2424
- "nox"
2525
- repo: https://github.com/tox-dev/tox-ini-fmt
26-
rev: "1.5.0"
26+
rev: "1.6.0"
2727
hooks:
2828
- id: tox-ini-fmt
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
3030
# Ruff version.
31-
rev: 'v0.11.4'
31+
rev: 'v0.12.7'
3232
hooks:
3333
- id: ruff
3434
args:

0 commit comments

Comments
 (0)