From 1ed1a878972a5296121b299fc6039023dd777195 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Sun, 12 Nov 2023 00:22:59 -0500 Subject: [PATCH] [TMP] remove isort and flake8 to adapt code according PR https://github.com/OCA/oca-addons-repo-template/pull/219 - raise error because files are not exists --- .flake8.jinja | 1 - .isort.cfg.jinja | 1 - 2 files changed, 2 deletions(-) diff --git a/.flake8.jinja b/.flake8.jinja index 9e9a7696..e69de29b 100644 --- a/.flake8.jinja +++ b/.flake8.jinja @@ -1 +0,0 @@ -{%- include "vendor/oca-addons-repo-template/.flake8" -%} diff --git a/.isort.cfg.jinja b/.isort.cfg.jinja index 05ca1a20..e69de29b 100644 --- a/.isort.cfg.jinja +++ b/.isort.cfg.jinja @@ -1 +0,0 @@ -{%- include "vendor/oca-addons-repo-template/.isort.cfg" -%}