From bcb439a9a2937074f674e5bfcdd8b5110ec5c3ce Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Thu, 14 Mar 2024 21:56:17 +1030 Subject: [PATCH] try ruff output change --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5979f53..9b532ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,3 +90,4 @@ cov = ["test-cov", "coverall"] [tool.ruff] exclude = ["__init__.py"] +output-format = "github"