You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this for a while but had a couple of hacks added on top in a simple fork. I'm wondering whether you'd be happy accept a PR to prepare a proper typical PyPA packaging environment for this repo? I'd also add the typical linters/formatters in a pre-commit hook.
If you're interested, I can do that.
The text was updated successfully, but these errors were encountered:
I'm happy and glad to accept such pull requests, with some sidenotes:
a) Preparing everything for proper packaging and standards is great. Since I have no experience with PyPI as a publisher, I'm currently only publishing this as docker image and am not necessarily inclined to add another way of distribution.
b) I mostly prefer linters as validation in a ci/cd pipeline, not as magical pre-commit hook. Since all changes should run through pull requests from feature branches, this is usually sufficient to have sane main branches.
Does that work out for you?
I've been using this for a while but had a couple of hacks added on top in a simple fork. I'm wondering whether you'd be happy accept a PR to prepare a proper typical PyPA packaging environment for this repo? I'd also add the typical linters/formatters in a pre-commit hook.
If you're interested, I can do that.
The text was updated successfully, but these errors were encountered: