Skip to content

Commit baa3472

Browse files
[pre-commit.ci] pre-commit autoupdate (#453)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.5](astral-sh/ruff-pre-commit@v0.12.3...v0.12.5) - [github.com/gitleaks/gitleaks: v8.27.2 → v8.28.0](gitleaks/gitleaks@v8.27.2...v8.28.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.0](pre-commit/mirrors-mypy@v1.16.1...v1.17.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
1 parent 2a29882 commit baa3472

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
@@ -36,7 +36,7 @@ repos:
3636
exclude: .*/__snapshots__/.*|.*-input\.json$
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.12.3
39+
rev: v0.12.5
4040
hooks:
4141
- id: ruff
4242
- id: ruff-format
@@ -50,12 +50,12 @@ repos:
5050
# - id: renovate-config-validator
5151

5252
- repo: https://github.com/gitleaks/gitleaks
53-
rev: v8.27.2
53+
rev: v8.28.0
5454
hooks:
5555
- id: gitleaks
5656

5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v1.16.1
58+
rev: v1.17.0
5959
hooks:
6060
- id: mypy
6161
additional_dependencies: ["types-PyYAML", "types-requests"]

0 commit comments

Comments
 (0)