Skip to content

Commit

Permalink
ci: disable Pyright's 'reportIncompatibleMethodOverride' check
Browse files Browse the repository at this point in the history
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
ahal committed Dec 21, 2023
1 parent 3f8512d commit 8616969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ exclude = [ # TODO fix errors in these files
"src/taskgraph/util/vcs.py",
"src/taskgraph/util/workertypes.py",
]
reportIncompatibleMethodOverride = false

0 comments on commit 8616969

Please sign in to comment.