Skip to content

Commit 30e8ca8

Browse files
[pre-commit.ci] pre-commit autoupdate (#2254)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.22.0](gitleaks/gitleaks@v8.21.2...v8.22.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cd0b906 commit 30e8ca8

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
@@ -39,18 +39,18 @@ repos:
3939
]
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.8.3
42+
rev: v0.8.4
4343
hooks:
4444
- id: ruff
4545
- id: ruff-format
4646

4747
- repo: https://github.com/gitleaks/gitleaks
48-
rev: v8.21.2
48+
rev: v8.22.0
4949
hooks:
5050
- id: gitleaks
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.13.0
53+
rev: v1.14.0
5454
hooks:
5555
- id: mypy
5656
exclude: ^(tests/|examples/|docs/)

0 commit comments

Comments
 (0)