Skip to content

Commit 3653913

Browse files
committed
enable more pre-commit hooks
1 parent dd47da4 commit 3653913

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ repos:
2222
args: [--standard=./.phpcs-ruleset.xml, --colors]
2323

2424
# linters (work required) ########################################################################
25-
# - repo: https://github.com/pre-commit/pre-commit-hooks
26-
# rev: v5.0.0
27-
# hooks:
28-
# - id: check-yaml
29-
# - id: check-json
30-
# - id: check-xml
31-
# - id: check-added-large-files
32-
# - id: check-executables-have-shebangs
33-
# - repo: https://github.com/gitleaks/gitleaks
34-
# rev: v8.23.1
35-
# hooks:
36-
# - id: gitleaks
25+
- repo: https://github.com/pre-commit/pre-commit-hooks
26+
rev: v5.0.0
27+
hooks:
28+
- id: check-yaml
29+
- id: check-json
30+
- id: check-xml
31+
- id: check-added-large-files
32+
- id: check-executables-have-shebangs
33+
- repo: https://github.com/gitleaks/gitleaks
34+
rev: v8.23.1
35+
hooks:
36+
- id: gitleaks
3737
- repo: local
3838
hooks:
3939
- id: phpcs

0 commit comments

Comments
 (0)