File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments