From 197b81f9cf0911de7dca5efc4398fd2c9dca9303 Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Mon, 12 Aug 2024 16:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E5=90=AF=E7=94=A8=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=20ruff=20=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 10dc18f..fd8be7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,10 +88,12 @@ select = [ 'ICN', # flake8-import-conventions 'PIE', # flake8-pie 'T20', # flake8-print + 'PYI', # flake8-pyi 'Q', # flake8-quotes 'RSE', # flake8-raise 'RET', # flake8-return 'SLF', # flake8-self + 'SLOT', # flake8-slots 'SIM', # flake8-simplify 'TID', # flake8-tidy-imports 'TCH', # flake8-type-checking @@ -103,6 +105,7 @@ select = [ 'PL', # pylint 'TRY', # tryceratops 'FLY', # flynt + 'FAST', # FastAPI 'PERF', # Perflint 'FURB', # refurb 'RUF', # Ruff-specific rules