From 2e8da05900d14eac97dd7642807fbfaa7f92a70c Mon Sep 17 00:00:00 2001 From: Daniel Sanz <13658011+sdn4z@users.noreply.github.com> Date: Wed, 5 Nov 2025 17:19:58 +0100 Subject: [PATCH] chore: use gemini-2.5-pro in lgtm --- lgtm.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lgtm.toml diff --git a/lgtm.toml b/lgtm.toml new file mode 100644 index 0000000..b6186af --- /dev/null +++ b/lgtm.toml @@ -0,0 +1,6 @@ +technologies = ["Python"] +categories = ["Correctness", "Quality", "Testing", "Security"] +exclude = ["*.md", "uv.lock", "eval/classified_articles.py"] +model = "gemini-2.5-pro" +silent = false +publish = true