Improve pyright verification of third-party test cases in CI (#9650)

Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
Alex Waygood
2023-02-07 11:53:54 +00:00
committed by GitHub
parent 565a1a07ad
commit 60789273a2
9 changed files with 25 additions and 23 deletions
+2
View File
@@ -6,6 +6,8 @@
"stubs",
],
"exclude": [
// test cases use a custom pyrightconfig file
"stubs/**/@tests/test_cases",
"stdlib/distutils/command",
"stdlib/lib2to3/refactor.pyi",
"stdlib/_tkinter.pyi",