Fixes needle with invalid JSON and adds pre-commit configuration #59

Merged
tcooper merged 2 commits from issue_58 into develop 2021-11-11 00:47:42 +00:00
Showing only changes of commit 1cfadcb0e0 - Show all commits

9
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,9 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-json
- id: check-yaml
- id: check-added-large-files