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"]