From ae99d6b024f5e74f8ddcc2da905932d72360ec59 Mon Sep 17 00:00:00 2001 From: Jesse Spangenberger Date: Mon, 12 Jun 2023 08:50:21 -0400 Subject: [PATCH] Removed option from Ruff Fixes an issue with https://github.com/astral-sh/ruff/pull/4313 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d02256..2366b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,6 @@ xleapp = "xleapp.cli:cli" [tool.ruff] format = "grouped" line-length = 90 -update-check = false target-version = "py310" fix = true unfixable = ["E711"]