Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ repos:
hooks:
- id: djlint-reformat-django
- id: djlint-django
- repo: https://github.com/phantomcyber/soar-app-linter
rev: 0.1.0
hooks:
- id: soar-app-linter
args: ["--single-repo", "--message-level", "error"]
- repo: https://github.com/hukkin/mdformat
rev: 0.7.22
hooks:
Expand All @@ -55,7 +60,7 @@ repos:
exclude: "README.md"
# Central hooks
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v2.0.4
rev: v2.0.9
hooks:
- id: build-docs
language: python
Expand Down
2 changes: 1 addition & 1 deletion github.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"publisher": "Splunk",
"license": "Copyright (c) 2019-2025 Splunk Inc.",
"app_version": "2.1.1",
"python_version": "3",
"python_version": "3.9, 3.13",
"fips_compliant": true,
"utctime_updated": "2021-04-28T23:08:45.000000Z",
"package_name": "phantom_github",
Expand Down
1 change: 1 addition & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
* chore(ci): update pre-commit config
* Resolved app issues related to Python 3.13 upgrade
* Remove beautifulsoup4 from requirements.txt
* Update Python version for 3.13
Loading