Skip to content

Commit 96b03d2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/crate-ci/typos: v1.18.2 → v1.30.0](crate-ci/typos@v1.18.2...v1.30.0) - [github.com/zricethezav/gitleaks: v8.18.2 → v8.24.0](gitleaks/gitleaks@v8.18.2...v8.24.0)
1 parent 35be28b commit 96b03d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
exclude: \.svg$
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33
default_language_version:
44
python: python3.11
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v5.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: mixed-line-ending
1313
# Spell Checker
1414
- repo: https://github.com/crate-ci/typos
15-
rev: v1.18.2
15+
rev: v1.30.0
1616
hooks:
1717
- id: typos
1818
args: []
@@ -23,7 +23,7 @@ repos:
2323
- id: gitlint
2424
# Detect hardcoded secrets
2525
- repo: https://github.com/zricethezav/gitleaks
26-
rev: v8.18.2
26+
rev: v8.24.0
2727
hooks:
2828
- id: gitleaks
2929

0 commit comments

Comments
 (0)