Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: disable Pyright's 'reportIncompatibleMethodOverride' check
This is a new check that was added with a Pyright upgrade. We purposely override methods in Taskgraph with different signature in various places. While this is probably not a good practice, it's not something worth fixing at the moment. So just disable the check.
- Loading branch information