Skip to content

Commit

Permalink
fix(json-format): do not check ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowMo24 committed Nov 13, 2023
1 parent e7e8a49 commit 3cdd9ab
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 @@ -38,6 +38,7 @@ repos:
description: Forces to replace line ending by the UNIX 'lf' character.
- id: pretty-format-json
args: [ '--no-sort-keys' ]
exclude: '.*.ipynb'
- id: no-commit-to-branch
args: [ --branch, master ]
- id: no-commit-to-branch
Expand Down

0 comments on commit 3cdd9ab

Please sign in to comment.