We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d68f13 commit 46df01fCopy full SHA for 46df01f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
3
- rev: v0.6.0post1
+ rev: v0.7.0
4
hooks:
5
- id: pre-commit-update
6
@@ -19,23 +19,23 @@ repos:
19
- id: requirements-txt-fixer
20
21
- repo: https://github.com/codespell-project/codespell
22
- rev: v2.3.0
+ rev: v2.4.1
23
24
- id: codespell
25
additional_dependencies:
26
- tomli
27
28
- repo: https://github.com/psf/black
29
- rev: 24.10.0
+ rev: 25.1.0
30
31
- id: black
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: v0.8.0
+ rev: v0.11.9
35
36
- id: ruff
37
38
- repo: https://github.com/gitleaks/gitleaks
39
- rev: v8.21.2
+ rev: v8.25.1
40
41
- id: gitleaks
0 commit comments