Mach: add type check on python tidy folder (#38043)

Introduce `python/tidy` folder in pyrefly type checker

Testing: Manual testing via `./mach test-tidy` command

---------

Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Jerens Lensun 2025-07-17 15:35:11 +08:00 committed by GitHub
parent 2ad250de26
commit 1c4797809a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 137 additions and 90 deletions

View file

@ -37,6 +37,7 @@ search-path = [
]
project-includes = [
"python/wpt/**/*.py",
"python/tidy/**/*.py",
]
project-excludes = [
"**/venv/**",