Can't turn off Cursor Pyright (basedpyright) type checking

Do you have a pyrightconfig.json or pyproject.toml file (with a [tool.pyright] section) in the project? If so, could you explicitly set the typeCheckingMode = "off" (or “basic” / “standard”) in that file? The settings in the editor are not applied if either of these files is present.