We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As per PEP 484 discussion, it should be possible to use # type: ignore to skip type checking in the rest of a file:
# type: ignore
# type: ignore ... # ignore type errors here
Currently the comment can only be used to ignore errors on individual lines.
As per PEP 484 discussion, it should be possible to use
# type: ignoreto skip type checking in the rest of a file:Currently the comment can only be used to ignore errors on individual lines.