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"]