diff --git a/app/ruff.toml b/app/ruff.toml new file mode 100644 index 0000000..e583d9b --- /dev/null +++ b/app/ruff.toml @@ -0,0 +1,5 @@ +[lint] +exclude = [ + "__pycache__", + "*.egg-info", +]