Skip to content

Commit 2016c24

Browse files
chore: update pre-commit hooks
updates: - [github.com/gitleaks/gitleaks: v8.28.0 → v8.30.0](gitleaks/gitleaks@v8.28.0...v8.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.13.3...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 41c41c8 commit 2016c24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default_language_version:
99

1010
repos:
1111
- repo: https://github.com/gitleaks/gitleaks
12-
rev: v8.28.0
12+
rev: v8.30.0
1313
hooks:
1414
- id: gitleaks
1515

@@ -41,14 +41,14 @@ repos:
4141
exclude_types: ["jupyter", "text"]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.13.3
44+
rev: v0.14.7
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--exit-non-zero-on-fix"]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.18.2
51+
rev: v1.19.0
5252
hooks:
5353
- id: mypy
5454

0 commit comments

Comments
 (0)