Skip to content

Commit d434772

Browse files
chore: update pre-commit hooks (#1363)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.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 d3bb355 commit d434772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
exclude: .*/__snapshots__/.*|.*-input\.json$|^semgrep\.yaml$
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.15.8
44+
rev: v0.15.9
4545
hooks:
4646
- id: ruff
4747
- id: ruff-format
@@ -52,7 +52,7 @@ repos:
5252
- id: gitleaks
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: v1.19.1
55+
rev: v1.20.0
5656
hooks:
5757
- id: mypy
5858
additional_dependencies: ["types-PyYAML", "types-requests"]

0 commit comments

Comments
 (0)