refactor: remove tests and core/rag from pyrefly excludes (#32801)

Co-authored-by: Stable Genius <259448942+stablegenius49@users.noreply.github.com>
This commit is contained in:
Stable Genius 2026-03-01 22:31:29 -08:00 committed by GitHub
parent 8af110a87e
commit 42a8d962a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,7 @@
project-includes = ["."]
project-excludes = [
"tests/",
".venv",
"migrations/",
"core/rag",
]
python-platform = "linux"
python-version = "3.11.0"