From 7edcb817cd512b52e71d6c51ea5dac1c8a09cff3 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:22:41 +0530 Subject: T6678: Update ruff.toml for test --- ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index e363f95..f7411a3 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,4 +1,4 @@ -line-length = 80 # defaults to 88 like black +line-length = 80 # defaults to 88 like black This is for test target-version = "py39" # the python version to target, useful when considering code upgrades, defaults to "py310" select = [ -- cgit v1.2.3