Skip to content

Commit

Permalink
update pre-commit versions (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Aug 29, 2024
1 parent 596fa7d commit 9b6e60c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: |
Expand All @@ -20,7 +20,7 @@ repos:
- id: check-builtin-literals
- id: check-executables-have-shebangs
- repo: https://github.com/sirosen/texthooks
rev: 0.6.4
rev: 0.6.7
hooks:
- id: fix-smartquotes
exclude: |
Expand All @@ -29,18 +29,22 @@ repos:
licenses/.*
)
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
types: [markdown]
exclude: |
(?x)^(
resources/conduct\.md
)$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.1
rev: v0.6.2
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.0.3
rev: v0.4.0
hooks:
- id: verify-copyright

Expand Down
2 changes: 1 addition & 1 deletion releases/planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Each Release board has the following columns:
#### Using the release board
- Assigning and prioritizing work
- Scroll to the left to see all the columns labeled `Issue-*`
- Re-prioritize issues in `P0`, `P1`, `P2` by moving issuses between columns
- Re-prioritize issues in `P0`, `P1`, `P2` by moving issues between columns
- Move high priority issues within a column to the top; this promotes "pop off the top of the stack" development
- Expediting and finishing work
- Scroll to the right to see all columns labeled `PR-*`
Expand Down

0 comments on commit 9b6e60c

Please sign in to comment.