mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
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:
parent
2ad250de26
commit
1c4797809a
3 changed files with 137 additions and 90 deletions
|
@ -37,6 +37,7 @@ search-path = [
|
|||
]
|
||||
project-includes = [
|
||||
"python/wpt/**/*.py",
|
||||
"python/tidy/**/*.py",
|
||||
]
|
||||
project-excludes = [
|
||||
"**/venv/**",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue