Is it possible to ignore pyright linting only for magic commands IPython command
It’s possible to use the # type: ignore
comment to ignore linting on a specific line:
It’s possible to use the # type: ignore
comment to ignore linting on a specific line: