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

* add pre-commit configuration

* repair broken needle
This commit is contained in:
Trevor Cooper 2021-11-10 16:47:42 -08:00 committed by GitHub
parent 75904407ad
commit 30d7affe38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
]
}
}