Skip to content

Commit bff4e90

Browse files
[pre-commit.ci] pre-commit autoupdate (#111)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/gitleaks/gitleaks: v8.21.1 → v8.21.2](gitleaks/gitleaks@v8.21.1...v8.21.2) - [github.com/renovatebot/pre-commit-hooks: 38.128.6 → 38.133.1](renovatebot/pre-commit-hooks@38.128.6...38.133.1) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 17a2f74 commit bff4e90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ repos:
4242
- id: detect-secrets
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.7.0
45+
rev: v0.7.1
4646
hooks:
4747
- id: ruff
4848
args: [--fix]
4949
- id: ruff-format
5050

5151
- repo: https://github.com/gitleaks/gitleaks
52-
rev: v8.21.1
52+
rev: v8.21.2
5353
hooks:
5454
- id: gitleaks
5555

5656
- repo: https://github.com/renovatebot/pre-commit-hooks
57-
rev: 38.128.6
57+
rev: 38.133.1
5858
hooks:
5959
- id: renovate-config-validator
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.12.1
62+
rev: v1.13.0
6363
hooks:
6464
- id: mypy
6565
exclude: ^(tests/)

0 commit comments

Comments
 (0)