Skip to content

Commit 52f7dd9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [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.12.4 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.4...v0.12.9) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1)
1 parent 6dbc5cf commit 52f7dd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: check-useless-excludes
99
- repo: https://github.com/pre-commit/pre-commit-hooks.git
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-merge-conflict
@@ -47,12 +47,12 @@ repos:
4747
alias: toml
4848

4949
- repo: https://github.com/tox-dev/tox-ini-fmt
50-
rev: 1.5.0
50+
rev: 1.6.0
5151
hooks:
5252
- id: tox-ini-fmt
5353

5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.12.4
55+
rev: v0.12.9
5656
hooks:
5757
- id: ruff
5858
args:
@@ -62,7 +62,7 @@ repos:
6262
# - id: ruff-format # must be after ruff
6363
# types_or: [python, pyi]
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.17.0
65+
rev: v1.17.1
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)