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"