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

View File

@@ -1,4 +1,3 @@
# pyright: reportUnnecessaryTypeIgnoreComment=true
from __future__ import annotations
from invoke import Context, task