Skip to content
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
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ least be tagged with the `release_notes` label.
- [ ] Tests added or updated (not required for docs, CI config, or typo fixes)
- [ ] Documentation updated (if public API changed)
- [ ] Python bindings updated (if public API changed)
- [ ] Benchmarks are included here if the change is intended to affect
performance.
- [ ] Benchmarks are included here if the change is intended to affect performance.
- [ ] Commits include AI attribution where applicable (see Code of Conduct)
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ repos:
- id: mdformat
args: [ --number, --wrap=80 ]
additional_dependencies:
- mdformat-gfm
# Upstream mdformat-gfm declined to work around GitHub's rendering
# quirks. See: https://github.com/hukkin/mdformat-gfm/issues/58
- git+https://github.com/halide/mdformat-gfm.git@fce9859
- mdformat-ruff
- mdformat-shfmt
exclude: ^.github/pull_request_template\.md$ # mdformat-gfm doesn't understand GitHub's checklists.

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.5
Expand Down
Loading