Skip to content

Commit 50d4380

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://gitlab.com/vojko.pribudic.foss/pre-commit-update: v0.8.0 → v0.9.0 - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.0...v0.14.5) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.29.0](gitleaks/gitleaks@v8.28.0...v8.29.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/cdce8p/python-typing-update: v0.7.2 → v0.8.1](cdce8p/python-typing-update@v0.7.2...v0.8.1) - [github.com/renovatebot/pre-commit-hooks: 41.143.0 → 42.13.0](renovatebot/pre-commit-hooks@41.143.0...42.13.0)
1 parent 7e57376 commit 50d4380

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
3-
rev: v0.8.0
3+
rev: v0.9.0
44
hooks:
55
- id: pre-commit-update
66
stages: [manual]
@@ -30,32 +30,32 @@ repos:
3030
exclude_types: [csv, json, html, markdown]
3131
exclude: ^tests/fixtures/|homeassistant/generated/|tests/components/.*/snapshots/|.github
3232

33-
- repo: https://github.com/psf/black
34-
rev: 25.9.0
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: 25.11.0
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.14.0
39+
rev: v0.14.5
4040
hooks:
4141
- id: ruff
4242
args:
4343
- --fix
4444
# - id: ruff-format
4545

4646
- repo: https://github.com/gitleaks/gitleaks
47-
rev: v8.28.0
47+
rev: v8.29.0
4848
hooks:
4949
- id: gitleaks
5050

5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v3.1.0
52+
rev: v4.0.0-alpha.8
5353
hooks:
5454
- id: prettier
5555
exclude: renovate.json
5656

5757
- repo: https://github.com/cdce8p/python-typing-update
58-
rev: v0.7.2
58+
rev: v0.8.1
5959
hooks:
6060
# Run `python-typing-update` hook manually from time to time
6161
# to update python typing syntax.
@@ -76,7 +76,7 @@ repos:
7676
- types-m3u8
7777

7878
- repo: https://github.com/renovatebot/pre-commit-hooks
79-
rev: 41.143.0
79+
rev: 42.13.0
8080
hooks:
8181
- id: renovate-config-validator
8282

0 commit comments

Comments
 (0)