django / django-asv

Benchmarks for Django using asv
MIT License
40 stars 12 forks source link

Upgraded pre-commit hooks and fixed all files. #79

Closed adamchainz closed 7 months ago

adamchainz commented 7 months ago

Whilst committing #78, I saw pre-commit f to install isort due to the pinned version being incompatible with a more recent Poetry version: https://github.com/PyCQA/isort/issues/2077 . This PR fixes the problem by upgrading isort, along with all the other hooks.

I ran pre-commit run --all-files to update files for the new tool versions. The changes don’t seem to be from the new versions, but rather from unfixed files existing in the repo 🤷

smithdc1 commented 7 months ago

Thanks Adam!