Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pre-commit versions #533

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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