Skip to content

Commit 8d56c8c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/pylint-dev/pylint: v3.3.8 → v4.0.3](pylint-dev/pylint@v3.3.8...v4.0.3) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.29.0](gitleaks/gitleaks@v8.28.0...v8.29.0)
1 parent 4e4a122 commit 8d56c8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repos:
1515
args: ["--branch", "main"]
1616

1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 25.1.0
18+
rev: 25.11.0
1919
hooks:
2020
- id: black
2121

2222
- repo: https://github.com/pylint-dev/pylint
23-
rev: v3.3.8
23+
rev: v4.0.3
2424
hooks:
2525
- id: pylint
2626
additional_dependencies: [mock==3.0.5, jsonschema==3.2.0]
@@ -30,7 +30,7 @@ repos:
3030
]
3131

3232
- repo: https://github.com/gitleaks/gitleaks
33-
rev: v8.28.0
33+
rev: v8.29.0
3434
hooks:
3535
- id: gitleaks-docker
3636
stages: [manual, pre-push]

0 commit comments

Comments
 (0)