From 8ee53c8d1463c5d39f3121bc746c8bf351e1ab9c 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 + 1 file changed, 1 insertion(+) 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