Skip to content

Commit 46df01f

Browse files
committed
⬆️ bump pre-commit-update - v0.6.0post1 -> v0.7.0, codespell - v2.3.0 -> v2.4.1, black - 24.10.0 -> 25.1.0, ruff-pre-commit - v0.8.0 -> v0.11.9, gitleaks - v8.21.2 -> v8.25.1
1 parent 7d68f13 commit 46df01f

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
3-
rev: v0.6.0post1
3+
rev: v0.7.0
44
hooks:
55
- id: pre-commit-update
66

@@ -19,23 +19,23 @@ repos:
1919
- id: requirements-txt-fixer
2020

2121
- repo: https://github.com/codespell-project/codespell
22-
rev: v2.3.0
22+
rev: v2.4.1
2323
hooks:
2424
- id: codespell
2525
additional_dependencies:
2626
- tomli
2727

2828
- repo: https://github.com/psf/black
29-
rev: 24.10.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.8.0
34+
rev: v0.11.9
3535
hooks:
3636
- id: ruff
3737

3838
- repo: https://github.com/gitleaks/gitleaks
39-
rev: v8.21.2
39+
rev: v8.25.1
4040
hooks:
4141
- id: gitleaks

0 commit comments

Comments
 (0)