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
+1 -2
View File
@@ -3,8 +3,7 @@
"typeshedPath": ".",
"include": [
"stdlib",
"stubs",
"test_cases"
"stubs"
],
"exclude": [
"stdlib/distutils/command",