From 73819ce2aad0b66b4858d207ab1f865ee8f22e5c Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 30 Mar 2023 21:16:17 +0200 Subject: pyproject.toml: Ignore E501 (line-too-long) for ruff None of the lines this test affects are worth splitting in our opinion, so disable this warning globally. We'll be the judge about when a line is too long or not for now. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index bc2fd14..32d4a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,3 +29,4 @@ build-backend = "poetry.core.masonry.api" [tool.ruff] select = ["E", "F", "I", "W"] +ignore = ["E501"] -- cgit v1.2.3-2-gb3c3