From 5f7811a5119225a1ab43f1e0199bba625a7fdccd Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Tue, 19 Nov 2024 17:15:47 +0100 Subject: [PATCH] chore: Enable ruff flake8-logging --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f727c07aa..ffef9283a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,7 @@ select = [ "FURB", # refurb "I", # isort "IC", # flake8-import-conventions + "LOG", # flake8-logging "PIE", # flake8-pie "PL", # pylint "PTH", # flake8-use-pathlib