From 4f3516fb196b3ce2c58c1a3c3fb6aa5f230fe4a6 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Wed, 20 Sep 2023 13:03:55 +0200 Subject: [PATCH] fixed src --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b395797..04421bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,6 @@ select = [ "UP" # pyupgrade ] line-length = 79 -src = ["blag", "tests"] target-version = "py38" [tool.ruff.pydocstyle]