From 65e4597ccf5c024e25ed8ac9a75deb15df8c496b Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Tue, 18 Jul 2023 10:00:12 +0200
Subject: [PATCH] more r2metadata to dedicated folder

---
 black.r2.yml => r2_metadata/black.r2.yml                   | 4 ++--
 flake8.r2.yml => r2_metadata/flake8.r2.yml                 | 4 ++--
 isort.r2.yml => r2_metadata/isort.r2.yml                   | 4 ++--
 mypy.r2.yml => r2_metadata/mypy.r2.yml                     | 4 ++--
 pytest.r2.yml => r2_metadata/pytest.r2.yml                 | 4 ++--
 python_install.r2.yml => r2_metadata/python_install.r2.yml | 4 ++--
 ruff.r2.yml => r2_metadata/ruff.r2.yml                     | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)
 rename black.r2.yml => r2_metadata/black.r2.yml (62%)
 rename flake8.r2.yml => r2_metadata/flake8.r2.yml (62%)
 rename isort.r2.yml => r2_metadata/isort.r2.yml (62%)
 rename mypy.r2.yml => r2_metadata/mypy.r2.yml (66%)
 rename pytest.r2.yml => r2_metadata/pytest.r2.yml (61%)
 rename python_install.r2.yml => r2_metadata/python_install.r2.yml (65%)
 rename ruff.r2.yml => r2_metadata/ruff.r2.yml (63%)

diff --git a/black.r2.yml b/r2_metadata/black.r2.yml
similarity index 62%
rename from black.r2.yml
rename to r2_metadata/black.r2.yml
index 762df32..6c119a7 100644
--- a/black.r2.yml
+++ b/r2_metadata/black.r2.yml
@@ -1,6 +1,6 @@
 files:
-    template: ./templates/python/code_quality/black/black.yml
-    documentation: ./templates/python/code_quality/black/README.md
+    template: ../templates/python/code_quality/black/black.yml
+    documentation: ../templates/python/code_quality/black/README.md
 data:
     description: "Run Black on your repository"
     icon: тЪл
diff --git a/flake8.r2.yml b/r2_metadata/flake8.r2.yml
similarity index 62%
rename from flake8.r2.yml
rename to r2_metadata/flake8.r2.yml
index ad7323a..2e57bf8 100644
--- a/flake8.r2.yml
+++ b/r2_metadata/flake8.r2.yml
@@ -1,6 +1,6 @@
 files:
-    template: ./templates/python/code_quality/flake8/flake8.yml
-    documentation: ./templates/python/code_quality/flake8/README.md
+    template: ../templates/python/code_quality/flake8/flake8.yml
+    documentation: ../templates/python/code_quality/flake8/README.md
 data:
     description: "Run flake8 on your repository"
     icon: ЁЯТО
diff --git a/isort.r2.yml b/r2_metadata/isort.r2.yml
similarity index 62%
rename from isort.r2.yml
rename to r2_metadata/isort.r2.yml
index cfa893c..a4c1c92 100644
--- a/isort.r2.yml
+++ b/r2_metadata/isort.r2.yml
@@ -1,6 +1,6 @@
 files:
-    template: ./templates/python/code_quality/isort/isort.yml
-    documentation: ./templates/python/code_quality/isort/README.md
+    template: ../templates/python/code_quality/isort/isort.yml
+    documentation: ../templates/python/code_quality/isort/README.md
 data:
     description: "Run isort on your repository"
     icon: ЁЯТО
diff --git a/mypy.r2.yml b/r2_metadata/mypy.r2.yml
similarity index 66%
rename from mypy.r2.yml
rename to r2_metadata/mypy.r2.yml
index 2085135..f09813c 100644
--- a/mypy.r2.yml
+++ b/r2_metadata/mypy.r2.yml
@@ -1,6 +1,6 @@
 files:
-    template: ./templates/python/code_quality/mypy/mypy.yml
-    documentation: ./templates/python/code_quality/mypy/README.md
+    template: ../templates/python/code_quality/mypy/mypy.yml
+    documentation: ../templates/python/code_quality/mypy/README.md
 data:
     description: "Run mypy on your repository"
     icon: ЁЯТО
diff --git a/pytest.r2.yml b/r2_metadata/pytest.r2.yml
similarity index 61%
rename from pytest.r2.yml
rename to r2_metadata/pytest.r2.yml
index 147cf79..fdc2f35 100644
--- a/pytest.r2.yml
+++ b/r2_metadata/pytest.r2.yml
@@ -1,6 +1,6 @@
 files:
-    template: ./templates/python/testing/pytest/pytest.yml
-    documentation: ./templates/python/testing/pytest/README.md
+    template: ../templates/python/testing/pytest/pytest.yml
+    documentation: ../templates/python/testing/pytest/README.md
 data:
     description: "Run pytest on your repository"
     icon: ЁЯТп
diff --git a/python_install.r2.yml b/r2_metadata/python_install.r2.yml
similarity index 65%
rename from python_install.r2.yml
rename to r2_metadata/python_install.r2.yml
index 069dfd7..3466403 100644
--- a/python_install.r2.yml
+++ b/r2_metadata/python_install.r2.yml
@@ -1,6 +1,6 @@
 files:
-    template: ./templates/python/partial/python_install.yml
-    documentation: ./templates/python/partial/README.md
+    template: ../templates/python/partial/python_install.yml
+    documentation: ../templates/python/partial/README.md
 data:
     description: "Job that is meant to be extend by jobs that need a python environment."
     icon: ЁЯРН
diff --git a/ruff.r2.yml b/r2_metadata/ruff.r2.yml
similarity index 63%
rename from ruff.r2.yml
rename to r2_metadata/ruff.r2.yml
index 11519c2..a1d3d13 100644
--- a/ruff.r2.yml
+++ b/r2_metadata/ruff.r2.yml
@@ -1,6 +1,6 @@
 files:
-    template: ./templates/python/code_quality/ruff/ruff.yml
-    documentation: ./templates/python/code_quality/ruff/README.md
+    template: ../templates/python/code_quality/ruff/ruff.yml
+    documentation: ../templates/python/code_quality/ruff/README.md
 data:
     description: "Run ruff on your repository"
     icon: ЁЯТО
-- 
GitLab