Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up version handling and python packaging #26

Open
ZLLentz opened this issue Apr 10, 2024 · 1 comment
Open

Clean up version handling and python packaging #26

ZLLentz opened this issue Apr 10, 2024 · 1 comment

Comments

@ZLLentz
Copy link
Member

ZLLentz commented Apr 10, 2024

This repo is using some systems that we've since moved away from:

  • setup.py
  • versioneer
  • maybe others

We should reorganize to make it more like the other repositories we manage.

@rruiter87
Copy link
Contributor

I recently made a pre-commit hook for TcUnit. You can take a look at that project how it is set up. I think it is a bit simpler than this one.

Also, I'm using ruff as a linter/formatter in the pre-commit for that repo. Ruff includes a lot of the standard python pre-commit tools that you want, and can automatically fix a lot of the issues it detects.

Might be a good source of inspiration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants