From 1cfadcb0e067372abcccd4c23da2a28ef11b5c7e Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Wed, 10 Nov 2021 00:25:54 -0800 Subject: [PATCH 1/2] add pre-commit configuration --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..852cdc4a --- /dev/null +++ b/.pre-commit-config.yaml @@ -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 -- 2.43.5 From 191365d917587a50869ae89334d8b3782c0ee5ef Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Wed, 10 Nov 2021 00:27:09 -0800 Subject: [PATCH 2/2] repair broken needle --- .../partitioning/rocky-fs_ext4_preselected-20210812.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/needles/anaconda/partitioning/rocky-fs_ext4_preselected-20210812.json b/needles/anaconda/partitioning/rocky-fs_ext4_preselected-20210812.json index 794a1324..8d0d167d 100644 --- a/needles/anaconda/partitioning/rocky-fs_ext4_preselected-20210812.json +++ b/needles/anaconda/partitioning/rocky-fs_ext4_preselected-20210812.json @@ -12,6 +12,6 @@ "tags": [ "anaconda_part_fs", "anaconda_part_fs_ext4_selected", - "ENV-DISTRI-rocky", + "ENV-DISTRI-rocky" ] -} \ No newline at end of file +} -- 2.43.5