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"]