From 2fe2ffa0415358cea8afbc0614125e753273bd84 Mon Sep 17 00:00:00 2001 From: AlessandroMiola Date: Wed, 10 Jan 2024 14:42:23 +0100 Subject: [PATCH] chore: update ruff configs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 18e10d2..ce4c1ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ select = [ "W", # pycodestyle warning "YTT", # wrong usage of sys.info ] +ignore = ["E501"] [tool.ruff.lint.per-file-ignores] "test*.py" = ["S101"]