I would like to note if you are using a pyproject.toml file, then using the vs code settings WILL NOT WORK. You must instead define a rule in your pyproject.toml (I am using poetry as my build backend so yours may be different)
[tool.pyright]
typeCheckingMode = "off"