Skip to content

Commit bae9b8d

Browse files
Merge pull request #55 from splunk-soar-connectors/003-pre-commit-updates
Pre-commit config updates
2 parents db0c725 + c624131 commit bae9b8d

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

.pre-commit-config.yaml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,25 @@ repos:
5252
rev: main
5353
hooks:
5454
- id: build-docs
55+
language: python
56+
additional_dependencies: ["local-hooks"]
57+
args: ['.']
5558
- id: copyright
56-
# - id: package-app-dependencies
57-
# - id: notice-file
59+
language: python
60+
additional_dependencies: ["local-hooks"]
61+
args: ['.']
62+
- id: package-app-dependencies
63+
language: python
64+
additional_dependencies: ["local-hooks"]
65+
- id: notice-file
66+
language: python
67+
additional_dependencies: ["local-hooks"]
68+
args: ['.']
5869
- id: release-notes
70+
language: python
71+
additional_dependencies: ["local-hooks"]
72+
args: ['.']
5973
- id: static-tests
74+
language: python
75+
additional_dependencies: ["local-hooks"]
76+
args: ['.']

release_notes/unreleased.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
**Unreleased**
22

3-
* fix: Workflow file updates
3+
* chore(ci): Pre-commit config updates

0 commit comments

Comments
 (0)