File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ default_stages: [pre-commit]
88# This is a template for connector pre-commit hooks
99repos :
1010 - repo : https://github.com/compilerla/conventional-pre-commit
11- rev : v4.2 .0
11+ rev : v4.1 .0
1212 hooks :
1313 - id : conventional-pre-commit
1414 stages : [commit-msg]
2727 - id : check-json
2828 - id : check-yaml
2929 - repo : https://github.com/astral-sh/ruff-pre-commit
30- rev : v0.12.0
30+ rev : v0.11.7
3131 hooks :
3232 - id : ruff
3333 args : [ "--fix", "--unsafe-fixes"] # Allow unsafe fixes (ruff pretty strict about what it can fix)
@@ -37,6 +37,11 @@ repos:
3737 hooks :
3838 - id : djlint-reformat-django
3939 - id : djlint-django
40+ - repo : https://github.com/phantomcyber/soar-app-linter
41+ rev : 0.1.0
42+ hooks :
43+ - id : soar-app-linter
44+ args : ["--single-repo", "--message-level", "error"]
4045 - repo : https://github.com/hukkin/mdformat
4146 rev : 0.7.22
4247 hooks :
5560 exclude : " README.md"
5661 # Central hooks
5762 - repo : https://github.com/phantomcyber/dev-cicd-tools
58- rev : v2.0.7
63+ rev : v2.0.9
5964 hooks :
6065 - id : build-docs
6166 language : python
You can’t perform that action at this time.
0 commit comments