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
2 changed files with 11 additions and 2 deletions

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

View File

@ -12,6 +12,6 @@
"tags": [
"anaconda_part_fs",
"anaconda_part_fs_ext4_selected",
"ENV-DISTRI-rocky",
"ENV-DISTRI-rocky"
]
}
}