Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ repos:
rev: v0.9.3
hooks:
- id: taplo-format
- id: taplo-lint
# The taplo-lint checks have been disabled, because they only work with
# the newest Rust version and don't respect the `rust-version` field in
# `Cargo.toml`.
# - id: taplo-lint
# Format code with oxfmt for supported file types.
- repo: https://github.com/oxc-project/mirrors-oxfmt
rev: v0.43.0
Expand Down
Loading