From 011ae901ffa47d6ceff9ab0714fc8e7f85465fa8 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Tue, 30 Nov 2021 15:54:50 +0100
Subject: [PATCH] test

---
 .pre-commit-config.yaml                                    | 7 +++++++
 .../m/METIS/METIS-5.1.0-intel-compilers-2021.4.0.eb        | 1 -
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 18e8e9ad0..6b2223c1a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,3 +5,10 @@ repos:
     -   id: autopep8
         types: [file]
         files: \.(eb|py)
+-   repo: local
+    hooks:
+    -   id: eb-inject
+        name: eb inject checksums
+        entry: eb --inject-checksums=sha256
+        language: script
+        files: \.x$
\ No newline at end of file
diff --git a/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2021.4.0.eb b/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2021.4.0.eb
index b619426f0..c3a1605ba 100644
--- a/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2021.4.0.eb
+++ b/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2021.4.0.eb
@@ -7,7 +7,6 @@ and producing fill reducing orderings for sparse matrices. The algorithms implem
 multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes.
 """
 
-
 toolchain = {'name': 'intel-compilers', 'version': '2021.4.0'}
 toolchainopts = {'pic': True}
 
-- 
GitLab