diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dfdf7c4..1367dcb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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