Serene

Results 17 issues of Serene

I humbly present a solution our lack of releases: a workflow that can be triggered to automatically create one. This workflow builds the project, creates a GitHub release, and publishes...

In an attempt to learn more about the codebase of beets, I've been making a flowchart of the process of importing something into beets. There isn't much in the documentation...

stale

Implements #97 Saw that there was an open issue so I implemented it myself. There's a section in the README for the options that can be given to the hook,...

I thought it would be good to have this draft PR open so that we can discuss bugs that the tests reveal as I find them. First one is a...

As stated in #5283 f-strings are now supported. These should be upgraded through the modules now that Python 3.8 is our minimum supported version. Probably needs to be done by...

As mentioned in #5240, @snejus made a whole flow for making a benchmark of beets functions. It'd be good to formalise this somehow and add it to the poe command...

As stated in #5283, there are some annotation updates now that Python 3.8 is the minimum supported version. These should be done for all modules.