File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
exclude : |
20
20
- id : check-builtin-literals
21
21
- id : check-executables-have-shebangs
22
22
- repo : https://github.com/sirosen/texthooks
23
- rev : 0.6.4
23
+ rev : 0.6.7
24
24
hooks :
25
25
- id : fix-smartquotes
26
26
exclude : |
@@ -29,18 +29,22 @@ repos:
29
29
licenses/.*
30
30
)
31
31
- repo : https://github.com/codespell-project/codespell
32
- rev : v2.2.6
32
+ rev : v2.3.0
33
33
hooks :
34
34
- id : codespell
35
35
types : [markdown]
36
+ exclude : |
37
+ (?x)^(
38
+ resources/conduct\.md
39
+ )$
36
40
- repo : https://github.com/astral-sh/ruff-pre-commit
37
- rev : v0.3.1
41
+ rev : v0.6.2
38
42
hooks :
39
43
- id : ruff
40
44
args : ["--fix"]
41
45
- id : ruff-format
42
46
- repo : https://github.com/rapidsai/pre-commit-hooks
43
- rev : v0.0.3
47
+ rev : v0.4.0
44
48
hooks :
45
49
- id : verify-copyright
46
50
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Each Release board has the following columns:
56
56
#### Using the release board
57
57
- Assigning and prioritizing work
58
58
- 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
60
60
- Move high priority issues within a column to the top; this promotes "pop off the top of the stack" development
61
61
- Expediting and finishing work
62
62
- Scroll to the right to see all columns labeled ` PR-* `
You can’t perform that action at this time.
0 commit comments