~~~~~~~~~~~~~~~~~~~~~
- Fixed cases where empty priority tags were added if priority was an
empty string (which is always the default case with Django sitemaps).
- Added pre-commit, switched to a declarative setup, etc.
- Made ``add_django_sitemap`` always build URLs using ``build_absolute_uri``
too to avoid problems when using ``django.contrib.sites``.