Skip to content

Commit 75a18dd

Browse files
ci: pre-commit auto-update
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/gitleaks/gitleaks: v8.29.1 → v8.30.0](gitleaks/gitleaks@v8.29.1...v8.30.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 35dfb66 commit 75a18dd

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.14.6
10+
rev: v0.14.7
1111
hooks:
1212
- id: ruff-check
1313
- id: ruff-format
1414

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

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.18.2
21+
rev: v1.19.0
2222
hooks:
2323
- id: mypy
2424
additional_dependencies: ["dateparser", "types-dateparser"]

0 commit comments

Comments
 (0)