From 42a8d962a0f68b2b253cbd702664587d3f97eab4 Mon Sep 17 00:00:00 2001 From: Stable Genius Date: Sun, 1 Mar 2026 22:31:29 -0800 Subject: [PATCH] refactor: remove tests and core/rag from pyrefly excludes (#32801) Co-authored-by: Stable Genius <259448942+stablegenius49@users.noreply.github.com> --- api/pyrefly.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/pyrefly.toml b/api/pyrefly.toml index 80ffba019d..01f4c5a529 100644 --- a/api/pyrefly.toml +++ b/api/pyrefly.toml @@ -1,9 +1,7 @@ project-includes = ["."] project-excludes = [ - "tests/", ".venv", "migrations/", - "core/rag", ] python-platform = "linux" python-version = "3.11.0"