From e895dda7fe97fcb6eba75d9c877313a3414025fb Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 20 Oct 2023 16:14:41 +0200 Subject: [PATCH] ruff --extend-exclude=pylib/packaging . --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index af540cd9..fcfa7765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,6 +100,7 @@ ignore = [ "RUF012", "UP031", ] +extend-exclude = ["pylib/packaging"] line-length = 88 target-version = "py37"