From 98105ec52dc5d70ed0dbff6396450390e421a009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Mon, 8 May 2023 16:26:36 +0200 Subject: [PATCH] Rename dangling config file for clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit flake8 is the only linter that does not allow configuration in pyproject.toml, so we rename the file to to avoid confusion with the legacy setup.py and make it clear that it only holds the configuration of a single tool. Signed-off-by: Juan Luis Cano Rodríguez --- .../project/{{ cookiecutter.repo_name }}/{setup.cfg => .flake8} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename kedro/templates/project/{{ cookiecutter.repo_name }}/{setup.cfg => .flake8} (100%) diff --git a/kedro/templates/project/{{ cookiecutter.repo_name }}/setup.cfg b/kedro/templates/project/{{ cookiecutter.repo_name }}/.flake8 similarity index 100% rename from kedro/templates/project/{{ cookiecutter.repo_name }}/setup.cfg rename to kedro/templates/project/{{ cookiecutter.repo_name }}/.flake8