Skip to content

Commit 27d36f4

Browse files
[pre-commit.ci] pre-commit autoupdate (#2958)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/gitleaks/gitleaks: v8.29.1 → v8.30.0](gitleaks/gitleaks@v8.29.1...v8.30.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9d09945 commit 27d36f4

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
@@ -13,7 +13,7 @@ repos:
1313
stages: [pre-commit]
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.6
16+
rev: v0.14.7
1717
hooks:
1818
- id: ruff
1919
stages: [pre-commit]
@@ -60,12 +60,12 @@ repos:
6060
stages: [commit-msg]
6161

6262
- repo: https://github.com/gitleaks/gitleaks
63-
rev: "v8.29.1"
63+
rev: "v8.30.0"
6464
hooks:
6565
- id: gitleaks
6666

6767
- repo: https://github.com/pre-commit/mirrors-mypy
68-
rev: v1.18.2
68+
rev: v1.19.0
6969
hooks:
7070
- id: mypy
7171
exclude: "test_(.*).py$"

0 commit comments

Comments
 (0)