From a7793c49daac772c44d6fdc1106a3c9fb5719042 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Mon, 4 Dec 2023 16:30:31 +0000 Subject: [PATCH] update ruff --- .ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruff.toml b/.ruff.toml index 6eb44608..6f059b63 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -41,7 +41,7 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$" target-version = "py310" fix = false # Group violations by containing file. -format = "github" +output-format = "github" ignore-init-module-imports = true [mccabe]