Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This repo showed up on my radar because I am working on a change to how pre-commit is packaged in nixpkgs. Initially I thought that this repo might shed some light on my change. After some tinkering I don't think it does.
As part of that tinkering, I found black version
20.8b1
(which this repo uses) to be problematic. I get errors like:Or
pre-commit breaks regardless of whether my change is included (although it is curious that it breaks in different ways). In both cases, updating the black version to
24.4.2
fixes it, so I figured I'd offer those changes in a PR if you want them.I'm not a user of asteroid-filterbanks, just a passer by, so I won't be sad if you'd rather not make the change. Either way, have a great day!