click icon indicating copy to clipboard operation
click copied to clipboard

fix `pyright --verifytypes` findings

Open davidism opened this issue 3 years ago • 1 comments

Pyright returns different findings than mypy, and can be more strict in some cases. Users are seeing these issue because vscode python uses pyright. Run the following command to see findings and address them:

pip install pyright
pyright --verifytypes click

davidism avatar May 02 '22 17:05 davidism

I'll take this

dzcode avatar May 02 '22 17:05 dzcode