Place the following at the end of a line
# type: ignore
Note: If you place it at the top of the Python script it will ignore everything.

Technical notes, and other ideas.
Place the following at the end of a line
# type: ignore
Note: If you place it at the top of the Python script it will ignore everything.