Skip to content

Commit

Permalink
Update pre-commit hooks to skip *.mjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchamp committed Jan 23, 2024
1 parent 987759c commit b7cb1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7cb1f4

Please sign in to comment.