Skip to content

Commit fd40a59

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.12.4](astral-sh/ruff-pre-commit@v0.9.10...v0.12.4) - [github.com/gitleaks/gitleaks: v8.24.0 → v8.28.0](gitleaks/gitleaks@v8.24.0...v8.28.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.0](pre-commit/mirrors-mypy@v1.15.0...v1.17.0)
1 parent 17bc25c commit fd40a59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: check-toml
2323

2424
- repo: https://github.com/PyCQA/flake8
25-
rev: "7.1.2"
25+
rev: "7.3.0"
2626
hooks:
2727
- id: flake8
2828
args: [--config=.flake8, '--ignore=FCN001,W503']
@@ -38,18 +38,18 @@ repos:
3838
- id: detect-secrets
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.9.10
41+
rev: v0.12.4
4242
hooks:
4343
- id: ruff
4444
- id: ruff-format
4545

4646
- repo: https://github.com/gitleaks/gitleaks
47-
rev: v8.24.0
47+
rev: v8.28.0
4848
hooks:
4949
- id: gitleaks
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.15.0
52+
rev: v1.17.0
5353
hooks:
5454
- id: mypy
5555
additional_dependencies: ["types-PyYAML", "types-requests"]

0 commit comments

Comments
 (0)