From 9d1a152439fd51d798223b610741d0e522f08643 Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Tue, 19 Sep 2023 15:35:30 +0800 Subject: [PATCH] :green_heart: make ruff happy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f31b93e..43bed62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ target-version = ["py38", "py39", "py310", "py311"] [tool.ruff] select = ["E", "W", "F", "I", "UP", "C", "T", "PYI", "PT", "Q"] -ignore = ["E402", "F403", "F405", "C901", "PYI021"] +ignore = ["E402", "F403", "F405", "C901", "PYI021", "PYI048"] line-length = 88 target-version = "py38" ignore-init-module-imports = true