Skip to content

Commit

Permalink
exclude json check for notebook files
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnguyengit committed Nov 21, 2024
1 parent c1f4e31 commit 128390a
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 @@ -15,6 +15,7 @@ repos:
- "--autofix"
- "--indent=2"
- "--no-sort-keys"
exclude: \.ipynb$
- id: end-of-file-fixer
exclude: \.ipynb$
- id: check-yaml
Expand Down

0 comments on commit 128390a

Please sign in to comment.