Skip to content

Commit c82203a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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.8](astral-sh/ruff-pre-commit@v0.11.4...v0.12.8)
1 parent 2745b00 commit c82203a

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
@@ -1,7 +1,7 @@
11
exclude: .*\.snap
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-yaml
77
- id: check-json
@@ -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.8'
3232
hooks:
3333
- id: ruff
3434
args:

0 commit comments

Comments
 (0)