From 32c3e9cf0919f6c01e577b129fc9d4ac721b8092 Mon Sep 17 00:00:00 2001 From: Dowon Date: Tue, 27 Feb 2024 21:35:05 +0900 Subject: [PATCH] chore: fix pyproject ruff lint --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 31b6342..c900464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ repository = "https://github.com/Bing-su/adetailer" profile = "black" known_first_party = ["launch", "modules"] -[tool.ruff] +[tool.ruff.lint] select = [ "A", "B", @@ -38,5 +38,5 @@ select = [ ] ignore = ["B008", "B905", "E501", "F401", "UP007"] -[tool.ruff.isort] +[tool.ruff.lint.isort] known-first-party = ["launch", "modules"]