Skip to content

Commit

Permalink
- Run pre-commit hook
Browse files Browse the repository at this point in the history
- De-certify app
- Add release notes
  • Loading branch information
mmomin-crest committed Oct 28, 2024
1 parent c60fdf0 commit 867722d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.22
rev: v1.23
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
4 changes: 2 additions & 2 deletions pagerduty.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"appid": "932c09b3-e09d-40ff-a2b7-b090f7468c54",
"name": "PagerDuty",
"description": "This app integrates with PagerDuty to implement investigative and ticketing actions",
"publisher": "Splunk",
"publisher": "Splunk Community",
"package_name": "phantom_pagerduty",
"type": "ticketing",
"license": "Copyright (c) 2016-2024 Splunk Inc.",
"main_module": "pagerduty_connector.py",
"app_version": "2.0.7",
"app_version": "3.0.0",
"utctime_updated": "2024-10-01T07:26:12.000000Z",
"product_vendor": "PagerDuty",
"product_name": "PagerDuty",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ verbose = true

[tool.isort]
line_length = 145
profile = "black"
1 change: 1 addition & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**Unreleased**
* De-certify and release as Splunk Community App[PAPP-34997]
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[flake8]
max-line-length = 145
max-complexity = 28
extend-ignore = F403,E128,E126,E121,E127,E731,E201,E202,E203,E701,F405,E722,D

[isort]
line_length = 145
extend-ignore = F403,E128,E126,E121,E127,E731,E201,E202,E203,E701,F405,E722,D,W503

0 comments on commit 867722d

Please sign in to comment.