From 1c47c072969be78876d698bd005f05fb2ca30348 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 30 Oct 2024 22:02:05 +0100 Subject: [PATCH] Move setup.cfg --- .pre-commit-config.yaml | 2 +- src/setup.cfg => setup.cfg | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/setup.cfg => setup.cfg (100%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8fcea1..e0a44eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: rev: 6.0.0 hooks: - id: flake8 - args: [--config, src/setup.cfg] + args: [--config, setup.cfg] - repo: https://github.com/pycqa/isort rev: 5.12.0 hooks: diff --git a/src/setup.cfg b/setup.cfg similarity index 100% rename from src/setup.cfg rename to setup.cfg