Skip to content

Commit 2ac7e77

Browse files
ci: pre-commit auto-update
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12) - [github.com/gitleaks/gitleaks: v8.26.0 → v8.27.0](gitleaks/gitleaks@v8.26.0...v8.27.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 2a5acd0 commit 2ac7e77

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

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

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

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.15.0
21+
rev: v1.16.0
2222
hooks:
2323
- id: mypy
2424

0 commit comments

Comments
 (0)