Skip to content

Commit fd9ae83

Browse files
chore(deps): Bump pre-commit hooks
updates: - [github.com/editorconfig-checker/editorconfig-checker: v3.4.1 → v3.6.0](editorconfig-checker/editorconfig-checker@v3.4.1...v3.6.0) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.30.0](gitleaks/gitleaks@v8.28.0...v8.30.0) - [github.com/adhtruong/mirrors-typos: v1.39.0 → v1.40.0](adhtruong/mirrors-typos@v1.39.0...v1.40.0)
1 parent bbbb176 commit fd9ae83

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ repos:
2929
- id: shellcheck
3030
name: Check shell scripts
3131
- repo: https://github.com/editorconfig-checker/editorconfig-checker
32-
rev: v3.4.1
32+
rev: v3.6.0
3333
hooks:
3434
- id: editorconfig-checker
3535
name: Check EditorConfig rules
3636
- repo: https://github.com/gitleaks/gitleaks
37-
rev: v8.28.0
37+
rev: v8.30.0
3838
hooks:
3939
- id: gitleaks
4040
name: Detect hardcoded secrets
4141
- repo: https://github.com/adhtruong/mirrors-typos
42-
rev: v1.39.0
42+
rev: v1.40.0
4343
hooks:
4444
- id: typos
4545
name: Detect spelling typos

0 commit comments

Comments
 (0)