From 2524dc21e650d8c6e3cee7d8386ccdbe2f6c6e4b Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Mon, 17 Jul 2023 16:23:23 +0200
Subject: [PATCH] fix flake8.yml

---
 templates/python/code_quality/flake8/flake8.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/python/code_quality/flake8/flake8.yml b/templates/python/code_quality/flake8/flake8.yml
index 36719f7..36244c7 100644
--- a/templates/python/code_quality/flake8/flake8.yml
+++ b/templates/python/code_quality/flake8/flake8.yml
@@ -5,7 +5,7 @@ include:
   - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/python_install@latest.yaml'
 
 flake8:
-    extend: python_install
+    extends: python_install
     stage: code_quality
     variables:
         PROJECT_PATH: "."
-- 
GitLab