Skip to content

Commit d41b7df

Browse files
committed
⬆️ ruff-pre-commit - v0.14.6 -> v0.14.7, gitleaks - v8.29.1 -> v8.30.0, mirrors-prettier - v4.0.0-alpha.8 -> v3.1.0, mirrors-mypy - v1.18.2 -> v1.19.0, pre-commit-hooks - 42.19.6 -> 42.29.3
1 parent d7b1e8f commit d41b7df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ repos:
3636
- id: black
3737

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

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

5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v4.0.0-alpha.8
52+
rev: v3.1.0
5353
hooks:
5454
- id: prettier
5555
exclude: renovate.json
@@ -68,15 +68,15 @@ repos:
6868
- --force
6969
- --keep-updates
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.18.2
71+
rev: v1.19.0
7272
hooks:
7373
- id: mypy
7474
additional_dependencies:
7575
- types-aiofiles
7676
- types-m3u8
7777

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

0 commit comments

Comments
 (0)