Skip to content

Commit c204091

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.2.0](PyCQA/flake8@7.0.0...7.2.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.11.4](astral-sh/ruff-pre-commit@v0.3.4...v0.11.4) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.24.2](gitleaks/gitleaks@v8.18.2...v8.24.2) - [github.com/renovatebot/pre-commit-hooks: 37.264.0 → 39.227.2](renovatebot/pre-commit-hooks@37.264.0...39.227.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.15.0](pre-commit/mirrors-mypy@v1.9.0...v1.15.0)
1 parent 0c5fafa commit c204091

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: "v5.0.0"
77
hooks:
88
- id: check-added-large-files
99
- id: check-docstring-first
@@ -27,7 +27,7 @@ repos:
2727
- id: check-toml
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: "7.0.0"
30+
rev: "7.2.0"
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
@@ -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.11.4
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.24.2
5353
hooks:
5454
- id: gitleaks
5555

5656
- repo: https://github.com/renovatebot/pre-commit-hooks
57-
rev: 37.264.0
57+
rev: 39.227.2
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.15.0
6363
hooks:
6464
- id: mypy
6565
exclude: ^(tests/)

0 commit comments

Comments
 (0)