Skip to content

Commit 93cfab5

Browse files
authored
feat: update pre-commit stuff (#1051)
1 parent ffc7697 commit 93cfab5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77
- Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
88
- Please make sure all these things are done and tick the boxes
99

10-
```[tasklist]
11-
# Author
10+
### Author
11+
1212
- [ ] Changes are OpenShift compatible
1313
- [ ] CRD changes approved
14+
- [ ] CRD documentation for all fields, following the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs/style-guide).
1415
- [ ] Integration tests passed (for non trivial changes)
15-
```
16+
- [ ] Changes need to be "offline" compatible
17+
18+
### Reviewer
1619

17-
```[tasklist]
18-
# Reviewer
1920
- [ ] Code contains useful comments
21+
- [ ] Code contains useful logging statements
2022
- [ ] (Integration-)Test cases added
21-
- [ ] Documentation added or updated
23+
- [ ] Documentation added or updated. Follows the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs/style-guide).
2224
- [ ] Changelog updated
2325
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
24-
```
2526

26-
```[tasklist]
27-
# Acceptance
27+
### Acceptance
28+
2829
- [ ] Feature Tracker has been updated
2930
- [ ] Proper release label has been added
30-
```

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # 4.6.0
7+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # 5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -18,12 +18,12 @@ repos:
1818
- id: clippy
1919
args: ["--all-targets", "--", "-D", "warnings"]
2020
- repo: https://github.com/adrienverge/yamllint
21-
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # 1.35.1
21+
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # 1.37.1
2222
hooks:
2323
- id: yamllint
2424

2525
- repo: https://github.com/igorshubovych/markdownlint-cli
26-
rev: f295829140d25717bc79368d3f966fc1f67a824f # 0.41.0
26+
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # 0.45.0
2727
hooks:
2828
- id: markdownlint
2929

@@ -34,7 +34,7 @@ repos:
3434
args: ["--severity=info"]
3535

3636
- repo: https://github.com/rhysd/actionlint
37-
rev: 62dc61a45fc95efe8c800af7a557ab0b9165d63b # 1.7.1
37+
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # 1.7.7
3838
hooks:
3939
- id: actionlint
4040

0 commit comments

Comments
 (0)