From 0c8e78e60d82c4f53a104e52b19a7e00301e3f41 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sun, 1 Sep 2024 18:59:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- ruff.toml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/ruff.toml b/ruff.toml index 77e8b76..317a9a2 100644 --- a/ruff.toml +++ b/ruff.toml @@ -7,6 +7,7 @@ lint.ignore = [ 'Q003', 'D205', # Format conflict 'TCH', # Microoptimization at the cost of readability + 'TID252', # I like relative imports 'D407', 'D413', # Weird documentation stuff diff --git a/setup.py b/setup.py index 0bb14da..4596683 100644 --- a/setup.py +++ b/setup.py @@ -142,6 +142,7 @@ with open(PACKAGE_NAME + '/_version.py') as f: REQUIREMENTS_MAIN = [ + 'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader.git', 'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git', 'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git', ]