diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab3ba6b3b73..fcaab85073e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,6 +47,7 @@ repos: - id: codespell # See pyproject.toml for args additional_dependencies: - tomli + args: ["--skip", "*.mjs"] - repo: https://github.com/MarcoGorelli/cython-lint rev: v0.16.0