Skip to content

Commit 049ccdd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.11](astral-sh/ruff-pre-commit@v0.9.10...v0.11.11) - [github.com/gitleaks/gitleaks: v8.24.0 → v8.26.0](gitleaks/gitleaks@v8.24.0...v8.26.0)
1 parent aa250e3 commit 049ccdd

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
@@ -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.2.0"
2626
hooks:
2727
- id: flake8
2828
args: [--config=.flake8, '--ignore=FCN001,W503']
@@ -38,13 +38,13 @@ repos:
3838
- id: detect-secrets
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.9.10
41+
rev: v0.11.11
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.26.0
4848
hooks:
4949
- id: gitleaks
5050

0 commit comments

Comments
 (0)