Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit c17ee70

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.19.3](gitleaks/gitleaks@v8.18.0...v8.19.3) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
1 parent 6da5469 commit c17ee70

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-added-large-files
@@ -15,7 +15,7 @@ repos:
1515
- id: check-xml
1616
- id: requirements-txt-fixer
1717
- repo: https://github.com/gitleaks/gitleaks
18-
rev: v8.18.0
18+
rev: v8.19.3
1919
hooks:
2020
- id: gitleaks
2121
name: Detect hardcoded secrets
@@ -24,7 +24,7 @@ repos:
2424
language: golang
2525
pass_filenames: false
2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v3.0.3
27+
rev: v4.0.0-alpha.8
2828
hooks:
2929
- id: prettier
3030
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$

0 commit comments

Comments
 (0)