Skip to content

Commit

Permalink
exclude ipynb files from pretty-json hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 24, 2023
1 parent e48fa87 commit 7dea0a1
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 @@ -17,7 +17,7 @@ repos:
- id: check-toml
- id: pretty-format-json
args: [ '--autofix', '--no-ensure-ascii', '--no-sort-keys' ]
# exclude: .ipynb
exclude: .ipynb
- id: check-yaml
args: [ '--allow-multiple-documents' ]
- repo: https://github.com/pappasam/toml-sort
Expand Down

0 comments on commit 7dea0a1

Please sign in to comment.