diff --git a/ruff.toml b/ruff.toml new file mode 100644 index 0000000..d02b9fd --- /dev/null +++ b/ruff.toml @@ -0,0 +1,5 @@ +[lint] +ignore = [ + # Use a single `if` statement instead of nested `if` statements + "SIM102", +] \ No newline at end of file