From 9ac677825f7d3bf85b2236d64b2e31c649daf0d8 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Fri, 14 Jun 2024 14:13:47 +0800 Subject: [PATCH] chore: enable preview mode for ruff linting --- api/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/pyproject.toml b/api/pyproject.toml index deb9cfdded0de9..94581f3f875342 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -7,6 +7,7 @@ exclude = [ line-length = 120 [tool.ruff.lint] +preview = true select = [ "B", # flake8-bugbear rules "F", # pyflakes rules