Skip to content

Commit 6acecd0

Browse files
ci: pre-commit auto-update
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.3...v0.12.4) - [github.com/gitleaks/gitleaks: v8.27.2 → v8.28.0](gitleaks/gitleaks@v8.27.2...v8.28.0) - [github.com/regebro/pyroma: 4.3.3 → 5.0](regebro/pyroma@4.3.3...5.0)
1 parent 8d0262c commit 6acecd0

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
@@ -7,13 +7,13 @@ ci:
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.12.3
10+
rev: v0.12.4
1111
hooks:
1212
- id: ruff-check
1313
- id: ruff-format
1414

1515
- repo: https://github.com/gitleaks/gitleaks
16-
rev: v8.27.2
16+
rev: v8.28.0
1717
hooks:
1818
- id: gitleaks
1919

@@ -48,7 +48,7 @@ repos:
4848
- id: doc8
4949

5050
- repo: https://github.com/regebro/pyroma
51-
rev: "4.3.3"
51+
rev: "5.0"
5252
hooks:
5353
- id: pyroma
5454
additional_dependencies: ["poetry"]

0 commit comments

Comments
 (0)