Skip to content

Commit

Permalink
Removing pretty-format-json hook tampering with notebooks on github
Browse files Browse the repository at this point in the history
This pre-commit hook is modifying notebooks on github runner (but not on
my laptob, oddly). This is not intended and the hook is not useful
anyway for this repo so we remove it.
  • Loading branch information
nhuet authored and g-poveda committed Oct 19, 2023
1 parent 23901af commit 6c31066
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: pretty-format-json
args: ["--autofix", "--no-sort-keys", "--indent", "4"]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
Expand Down

0 comments on commit 6c31066

Please sign in to comment.