rhythmic-morning-87313
05/05/2022, 3:56 PM./pants check :: still says there is no type stubs found for dateutil, yaml, etc. Am I missing something? Also, should I include type-stub packages in both requirements.txt and the python_requirements() target?hundreds-father-404
05/05/2022, 3:57 PMrequirements.txt - which will cause python_requirements to generate a python_requirement target per stubhundreds-father-404
05/05/2022, 4:50 PMrhythmic-morning-87313
05/05/2022, 4:57 PM//:reqs#types-python-dateutil dependency explicitly to a :lib target removes the missing type stub error when running ./pants check against the modified target.hundreds-father-404
05/05/2022, 4:57 PMrhythmic-morning-87313
05/05/2022, 4:59 PM