Skip to content

Commit 236e04f

Browse files
authored
Merge pull request #21 from Jezza34000/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ced7606 + 50d4380 commit 236e04f

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)