Skip to content

Commit 8aa1f00

Browse files
committed
chore: add new pre-commit configuration
[batch update]
1 parent 0408d5d commit 8aa1f00

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_stages: [pre-commit]
88
# This is a template for connector pre-commit hooks
99
repos:
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]
@@ -27,7 +27,7 @@ repos:
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:
@@ -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.7
63+
rev: v2.0.9
5964
hooks:
6065
- id: build-docs
6166
language: python

0 commit comments

Comments
 (0)