From 7ee6109271db88aa408385c773718ef15d36a294 Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Mon, 28 Aug 2023 16:20:27 +0200
Subject: [PATCH] remove deprecated r2.yml

---
 black.r2.yml          | 14 --------------
 flake8.r2.yml         | 14 --------------
 isort.r2.yml          | 14 --------------
 mypy.r2.yml           | 15 ---------------
 pytest.r2.yml         | 13 -------------
 python_install.r2.yml | 12 ------------
 ruff.r2.yml           | 14 --------------
 7 files changed, 96 deletions(-)
 delete mode 100644 black.r2.yml
 delete mode 100644 flake8.r2.yml
 delete mode 100644 isort.r2.yml
 delete mode 100644 mypy.r2.yml
 delete mode 100644 pytest.r2.yml
 delete mode 100644 python_install.r2.yml
 delete mode 100644 ruff.r2.yml

diff --git a/black.r2.yml b/black.r2.yml
deleted file mode 100644
index 79bcef8..0000000
--- a/black.r2.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-files:
-    template: ./templates/python/code_quality/black/black.yml
-    documentation: ./templates/python/code_quality/black/README.md
-data:
-    description: "Run Black on your repository"
-    icon: âš«
-    public: true
-    labels:
-        - Lint
-        - Utilities
-        - Code Quality
-        - Python
-    license: MIT
-    deprecated: true
diff --git a/flake8.r2.yml b/flake8.r2.yml
deleted file mode 100644
index 6801c7d..0000000
--- a/flake8.r2.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-files:
-    template: ./templates/python/code_quality/flake8/flake8.yml
-    documentation: ./templates/python/code_quality/flake8/README.md
-data:
-    description: "Run flake8 on your repository"
-    icon: 💎
-    public: true
-    labels:
-        - Lint
-        - Utilities
-        - Code Quality
-        - Python
-    license: MIT
-    deprecated: true
diff --git a/isort.r2.yml b/isort.r2.yml
deleted file mode 100644
index 0dd2e9f..0000000
--- a/isort.r2.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-files:
-    template: ./templates/python/code_quality/isort/isort.yml
-    documentation: ./templates/python/code_quality/isort/README.md
-data:
-    description: "Run isort on your repository"
-    icon: 💎
-    public: true
-    labels:
-        - Lint
-        - Utilities
-        - Code Quality
-        - Python
-    license: MIT
-    deprecated: true
diff --git a/mypy.r2.yml b/mypy.r2.yml
deleted file mode 100644
index 5c8ee35..0000000
--- a/mypy.r2.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-files:
-    template: ./templates/python/code_quality/mypy/mypy.yml
-    documentation: ./templates/python/code_quality/mypy/README.md
-data:
-    description: "Run mypy on your repository"
-    icon: 💎
-    public: true
-    labels:
-        - Static TypeChecking
-        - Utilities
-        - Code Quality
-        - Python
-        - TypeChecker
-    license: MIT
-    deprecated: true
diff --git a/pytest.r2.yml b/pytest.r2.yml
deleted file mode 100644
index 41dcb08..0000000
--- a/pytest.r2.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-files:
-    template: ./templates/python/testing/pytest/pytest.yml
-    documentation: ./templates/python/testing/pytest/README.md
-data:
-    description: "Run pytest on your repository"
-    icon: 💯
-    public: true
-    labels:
-        - Test
-        - Utilities
-        - Python
-    license: MIT
-    deprecated: true
diff --git a/python_install.r2.yml b/python_install.r2.yml
deleted file mode 100644
index a0ccea1..0000000
--- a/python_install.r2.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-files:
-    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: 🐍
-    public: true
-    labels:
-        - Utilities
-        - Python
-    license: MIT
-    deprecated: true
diff --git a/ruff.r2.yml b/ruff.r2.yml
deleted file mode 100644
index 9a67095..0000000
--- a/ruff.r2.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-files:
-    template: ./templates/python/code_quality/ruff/ruff.yml
-    documentation: ./templates/python/code_quality/ruff/README.md
-data:
-    description: "Run ruff on your repository"
-    icon: 💎
-    public: true
-    labels:
-        - Lint
-        - Utilities
-        - Code Quality
-        - Python
-    license: MIT
-    deprecated: true
-- 
GitLab