Skip to content

Commit 9b6e60c

Browse files
authored
update pre-commit versions (#533)
1 parent 596fa7d commit 9b6e60c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.pre-commit-config.yaml

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
exclude: |
@@ -20,7 +20,7 @@ repos:
2020
- id: check-builtin-literals
2121
- id: check-executables-have-shebangs
2222
- repo: https://github.com/sirosen/texthooks
23-
rev: 0.6.4
23+
rev: 0.6.7
2424
hooks:
2525
- id: fix-smartquotes
2626
exclude: |
@@ -29,18 +29,22 @@ repos:
2929
licenses/.*
3030
)
3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.2.6
32+
rev: v2.3.0
3333
hooks:
3434
- id: codespell
3535
types: [markdown]
36+
exclude: |
37+
(?x)^(
38+
resources/conduct\.md
39+
)$
3640
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.3.1
41+
rev: v0.6.2
3842
hooks:
3943
- id: ruff
4044
args: ["--fix"]
4145
- id: ruff-format
4246
- repo: https://github.com/rapidsai/pre-commit-hooks
43-
rev: v0.0.3
47+
rev: v0.4.0
4448
hooks:
4549
- id: verify-copyright
4650

releases/planning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Each Release board has the following columns:
5656
#### Using the release board
5757
- Assigning and prioritizing work
5858
- Scroll to the left to see all the columns labeled `Issue-*`
59-
- Re-prioritize issues in `P0`, `P1`, `P2` by moving issuses between columns
59+
- Re-prioritize issues in `P0`, `P1`, `P2` by moving issues between columns
6060
- Move high priority issues within a column to the top; this promotes "pop off the top of the stack" development
6161
- Expediting and finishing work
6262
- Scroll to the right to see all columns labeled `PR-*`

0 commit comments

Comments
 (0)