Enable pyright's reportUnnecessaryTypeIgnoreComment setting for the whole test_cases directory (#8683)

This commit is contained in:
Alex Waygood
2022-09-05 14:20:04 +01:00
committed by GitHub
parent 3a397a2252
commit fd4feba2c9
10 changed files with 62 additions and 19 deletions

View File

@@ -2,8 +2,7 @@
"typeshedPath": ".",
"include": [
"stdlib",
"stubs",
"test_cases"
"stubs"
],
"typeCheckingMode": "basic",
"strictListInference": true,