From 947250010521cc32308a9486503240788a244535 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sun, 16 Jun 2024 02:17:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20Python=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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 2c78552..4f533b8 100644 --- a/ruff.toml +++ b/ruff.toml @@ -69,4 +69,8 @@ indent-style = "space" docstring-code-format = true [lint.per-file-ignores] -"test/*" = ["S101", "T201"] +"test/*" = [ + "S101", # Test Asserts + "T201", # Debug prints + "PLR2004", # magic-value-comparison +]