From cc90d5a7aa9f6ddaee1f428bba06870b092e9348 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Thu, 31 Oct 2024 22:38:55 +0100 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/repo-manager --- ruff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruff.toml b/ruff.toml index 317a9a2..c397e12 100644 --- a/ruff.toml +++ b/ruff.toml @@ -76,4 +76,5 @@ docstring-code-format = true "S101", # Test Asserts "T201", # Debug prints "PLR2004", # magic-value-comparison + 'SLF001', # Allow access to private members ]