Skip to content

Commit

Permalink
Add json formatter to pre-commit hook (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmastephenson authored May 12, 2023
1 parent 6eedc14 commit 299fd2c
Show file tree
Hide file tree
Showing 32 changed files with 11,264 additions and 11,161 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: pretty-format-json
args: [ --autofix, --no-sort-keys ]
exclude: ".*valid.*"
- repo: local
hooks:
# run `terraform fmt` if tf files are modified and terraform is installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions containers/fhir-converter/Templates/eCR/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"type": "ccda"
}
"type": "ccda"
}
Loading

0 comments on commit 299fd2c

Please sign in to comment.