UV-managed & More Pythonic-PyPi ready refactoring W/ Pre-Commit #3
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.
Hi @roquelopez
I hope you’re well! After the email discussions, I looked at the code. I saw your changes and thought hopefully I could give a slight help :) !
Changes invove running a
pyproject.tomlover asetup.py(modern Pythonic libraries packaging), which may motivate a potential release to PyPI. It also includesUV-managedsupport, the popular fastRuffstatic analyser, and a pre-commit as the project’s first development tooling. This ensures the codebase style remains consistent after further devs. Finally, it adds a pre-commit as a Github workflow along with passing a Ruff check. Additionally, I’ve added nice Github issues templates for reporting any issues in a better manner than with plain template.See a video of showing the templates visually below:
IssuesCompressed.mp4
Cheers!