From 0a853220aae1b41dfd97a00b534264e36711a810 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sat, 8 Jun 2024 18:36:00 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruff.toml b/ruff.toml index 84f683e..2c78552 100644 --- a/ruff.toml +++ b/ruff.toml @@ -67,3 +67,6 @@ docstring-quotes = "double" quote-style = "single" indent-style = "space" docstring-code-format = true + +[lint.per-file-ignores] +"test/*" = ["S101", "T201"]