From e21081f200f13acb94288ef1528f33c1204d484d Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 10 Nov 2024 18:47:57 +0100 Subject: [PATCH] ignore unused import --- integration/python/ruff.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 integration/python/ruff.toml diff --git a/integration/python/ruff.toml b/integration/python/ruff.toml new file mode 100644 index 0000000..1b1156c --- /dev/null +++ b/integration/python/ruff.toml @@ -0,0 +1,2 @@ +[lint] +unfixable = ["F401"]