Fixes needle with invalid JSON and adds pre-commit configuration (#59)
* add pre-commit configuration * repair broken needle
This commit is contained in:
parent
75904407ad
commit
30d7affe38
9
.pre-commit-config.yaml
Normal file
9
.pre-commit-config.yaml
Normal 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
|
@ -12,6 +12,6 @@
|
||||
"tags": [
|
||||
"anaconda_part_fs",
|
||||
"anaconda_part_fs_ext4_selected",
|
||||
"ENV-DISTRI-rocky",
|
||||
"ENV-DISTRI-rocky"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user