Skip to content

Commit

Permalink
ci: 🚑 Exclude .ipyn for json checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Jul 29, 2023
1 parent 2b33205 commit 63fac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: check-toml
exclude: poetry.lock
- id: check-json
exclude: .devcontainer/devcontainer.json
exclude: .devcontainer/devcontainer.json, \.ipynb
- id: check-symlinks
- id: end-of-file-fixer
exclude: docs/images/logo.svg
Expand Down

0 comments on commit 63fac84

Please sign in to comment.