Update isort configuration and fix black formatting since bump to 23.1.0
As the swh/__init__.py
file was removed in swh packages, isort
no longer
detects swh.*
packages being in the first party category but in third
party one.
So restore previous behavior by setting the known_first_party
isort option.