diff --git a/black.r2.yml b/black.r2.yml
new file mode 100644
index 0000000000000000000000000000000000000000..79bcef8a4d7f7fc4ba03949a0ae25838aa6d0125
--- /dev/null
+++ b/black.r2.yml
@@ -0,0 +1,14 @@
+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
new file mode 100644
index 0000000000000000000000000000000000000000..6801c7d7bf41355ac47b17e174aba2e971af9648
--- /dev/null
+++ b/flake8.r2.yml
@@ -0,0 +1,14 @@
+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
new file mode 100644
index 0000000000000000000000000000000000000000..0dd2e9f7293e9d4ea2db5df815be7aab2e71c3b7
--- /dev/null
+++ b/isort.r2.yml
@@ -0,0 +1,14 @@
+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
new file mode 100644
index 0000000000000000000000000000000000000000..5c8ee35a8c7f4a7d2eec71863193cb7f2e3cd21f
--- /dev/null
+++ b/mypy.r2.yml
@@ -0,0 +1,15 @@
+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
new file mode 100644
index 0000000000000000000000000000000000000000..41dcb08441f41226844cd9cdadb14112adc14681
--- /dev/null
+++ b/pytest.r2.yml
@@ -0,0 +1,13 @@
+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
new file mode 100644
index 0000000000000000000000000000000000000000..a0ccea17541d5749356b1f6cf99bd3838b554e7c
--- /dev/null
+++ b/python_install.r2.yml
@@ -0,0 +1,12 @@
+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
new file mode 100644
index 0000000000000000000000000000000000000000..9a67095cd6ae7b2daa06c34841491e5cd15ec63b
--- /dev/null
+++ b/ruff.r2.yml
@@ -0,0 +1,14 @@
+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