Skip to content

Conversation

@aborem
Copy link
Collaborator

@aborem aborem commented Jul 21, 2025

Closes #13 #14 #15

The diffs in the regular python files are just formatting changes enforced by ruff. In the __init__.py files, adding the redundant alias is done to communicate that these are purposefully "unused" imports that are being used to expose a public interface to other modules (see unused-import (F401)).

As a starting point, I'm setting the minimum test coverage to 90%.

Copy link
Collaborator

@alexbainter alexbainter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! The dev tools introduced here are new to me, though I'm sure they're standard for Python. It’d be nice to have them mentioned in the README at some point for people like me (just a quick "here's how to set it up and use it" or a link), but totally fine if you planned to do that later--no pressure to include it in this PR!

@aborem aborem merged commit b4b6e9e into main Jul 21, 2025
1 check passed
@aborem aborem deleted the aborem/dev-configs branch July 21, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants