beetbox / beets

music library manager and MusicBrainz tagger
http://beets.io/
MIT License
12.58k stars 1.8k forks source link

Pin formatters version #5131

Closed Serene-Arc closed 4 months ago

Serene-Arc commented 4 months ago

Recent commits have been showing the formatting action failing due to black and isort not being pinned to a specific version in the tox. Changes to the tool were causing additional formatting to be applied to a small subset of files that the PRs hadn't actually touched. This PR pins the versions in the tox files to the current versions while also applying the few changes that have occurred.

In the future, upgrading the formatters will be done in a PR process, explicitly, to catch this kind of change.