Skip to content

Commit bca67d7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.8](astral-sh/ruff-pre-commit@v0.3.4...v0.4.8) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.18.3](gitleaks/gitleaks@v8.18.2...v8.18.3) - [github.com/renovatebot/pre-commit-hooks: 37.264.0 → 37.399.9](renovatebot/pre-commit-hooks@37.264.0...37.399.9) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent acbd0c0 commit bca67d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

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

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v4.5.0"
6+
rev: "v4.6.0"
77
hooks:
88
- id: check-added-large-files
99
- id: check-docstring-first
@@ -37,29 +37,29 @@ repos:
3737
]
3838

3939
- repo: https://github.com/Yelp/detect-secrets
40-
rev: v1.4.0
40+
rev: v1.5.0
4141
hooks:
4242
- id: detect-secrets
4343

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

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

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

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

0 commit comments

Comments
 (0)