From aa92cb782cfa12bce573d2f8806d29a0b0e0b1ca Mon Sep 17 00:00:00 2001 From: DavidVadnais Date: Sat, 22 Mar 2025 15:37:32 -1000 Subject: [PATCH] updated pyproject.toml to modern format --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 211ea9fe..cf6e1cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,3 @@ [tool.ruff] +[tool.ruff.lint] ignore = ["E501", "E731", "F841", "E721"]