Skip to content

Commit

Permalink
Fix precommit errors in manifest (#582)
Browse files Browse the repository at this point in the history
## Description

<!-- Add a brief but complete description of the change. -->

Manifest files break spellcheck and that's not in our control.

## Related Issue(s)

<!-- If this PR closes an issue, you can use a keyword to auto-close.
-->
<!-- i.e. "closes #0000" -->

## Breaking Change?

<!-- If this introduces a breaking change, specify that here. -->

## Checklist

- [ ] I have made corresponding changes to the documentation (if
required)
- [ ] I have added tests that prove my fix is effective or that my
feature works
  • Loading branch information
jlaneve committed Oct 9, 2023
1 parent 2e3e4fd commit b4f22bb
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 @@ -33,6 +33,7 @@ repos:
types: [text]
args:
- --exclude-file=tests/sample/manifest_model_version.json
- --skip=**/manifest.json
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
Expand Down

0 comments on commit b4f22bb

Please sign in to comment.