Skip to content

Commit 030ff62

Browse files
pre-commit-ci[bot]dbasunag
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (opendatahub-io#613)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.12...v0.13.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1) 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 17dc02a commit 030ff62

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
@@ -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.12
39+
rev: v0.13.0
4040
hooks:
4141
- id: ruff
4242
- id: ruff-format
@@ -55,7 +55,7 @@ repos:
5555
- id: gitleaks
5656

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

0 commit comments

Comments
 (0)