TIL: If you use #pydantic and #pylint it is mandatory to use one of the pydantic/pylint plugins. Pylint has no idea what is going on with the pydantic models.
#isort to sort your imports #pylint to yell at you for leaving in unused imports pycln to remove the extras black to fix the whitespace between imports
#pycharm then hides all of it in a collapsed region and you never see it.