Skip to content

Commit b7cef25

Browse files
chore: update precommit hooks (#191)
1 parent 27dd76d commit b7cef25

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pre-commit/templates/pre-commit-hooks-template.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -55,7 +60,7 @@ repos:
5560
exclude: "README.md"
5661
# Central hooks
5762
- repo: https://github.com/phantomcyber/dev-cicd-tools
58-
rev: v2.0.4
63+
rev: v2.0.8
5964
hooks:
6065
- id: build-docs
6166
language: python

0 commit comments

Comments
 (0)