adamchainz / django-mysql

:dolphin: :horse: Extensions to Django for use with MySQL/MariaDB
https://django-mysql.readthedocs.io/
MIT License
568 stars 110 forks source link

[pre-commit.ci] pre-commit autoupdate #1066

Closed pre-commit-ci[bot] closed 7 months ago

pre-commit-ci[bot] commented 7 months ago

updates:

adamchainz commented 7 months ago

Black 24 and reorder-python-imports are incompatible: https://github.com/psf/black/issues/4175

Possible fix is to use Ruff for import sorting, as essentially a “fast isort”: #1068