Skip to content

Commit c4aefcc

Browse files
Merge pull request #26 from splunk-soar-connectors/005-pre-commit-config-updates
Pre-commit configuration updates
2 parents fe84166 + f86aaf9 commit c4aefcc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ repos:
1414
hooks:
1515
- id: check-merge-conflict
1616
- id: end-of-file-fixer
17+
exclude: ^NOTICE$
1718
exclude_types: [ markdown ]
1819
- id: trailing-whitespace
20+
exclude: ^NOTICE$
1921
exclude_types: [ markdown ]
2022
- id: requirements-txt-fixer
2123
- id: check-json
@@ -49,7 +51,7 @@ repos:
4951
exclude: "README.md"
5052
# Central hooks
5153
- repo: https://github.com/phantomcyber/dev-cicd-tools
52-
rev: main
54+
rev: v2.0.0
5355
hooks:
5456
- id: build-docs
5557
language: python

release_notes/unreleased.md

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

3-
* chore: batch changes
4-
3+
* chore(ci): update pre-commit config

0 commit comments

Comments
 (0)