From 534ff4c149784625578e1992898947292a9337b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Wed, 6 Dec 2023 09:07:19 +0100 Subject: [PATCH] updates pyproject toml (ruff config) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa00bf7..5e03ccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,6 @@ select = [ "F", # pyflakes "FLY", # flynt "G", # flake8-logging-format - "LOG", # flake8-logging "I", # isort "ICN", # flake8-import-conventions "INP", # flake8-no-pep420 @@ -83,7 +82,7 @@ ignore = [ "PERF203", # try-except-in-loop ] extend-exclude = [ - "docs", "frontend", "tests" + "docs", "frontend" ] [tool.ruff.lint.mccabe]