Skip to content

mypy

Ignore whole file

python
# type: ignore

Ignore specific error

python
# noqa: F401