Skip to content

Conversation

@0xDEC0DE
Copy link
Contributor

Move all configs into pyproject.toml, switch test/packaging to use Hatch, and do all the linting with Ruff.

Fix issues that Ruff turned up, and annotate/ignore the pieces that it got wrong.

Fixes: Issue #33

@0xDEC0DE 0xDEC0DE marked this pull request as draft February 28, 2024 19:01
@0xDEC0DE 0xDEC0DE marked this pull request as ready for review February 28, 2024 19:14
Copy link
Collaborator

@bigjools bigjools left a comment

Choose a reason for hiding this comment

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

I filed the ticket yesterday so I had something to work on today :(

This change is doing WAY too much all at once; the intention of the ticket was to only replace setup.py with pyproject.toml, and switch the build system to hatchling and setuptools_scm. I specifically did not want to remove tox (yet) nor change linters, the publisher action, or anything like that. (Side note: you have not updated any documentation.)

@0xDEC0DE 0xDEC0DE marked this pull request as draft February 28, 2024 22:36
@0xDEC0DE
Copy link
Contributor Author

I filed the ticket yesterday so I had something to work on today :(

This change is doing WAY too much all at once; the intention of the ticket was to only replace setup.py with pyproject.toml, and switch the build system to hatchling and setuptools_scm. I specifically did not want to remove tox (yet) nor change linters, the publisher action, or anything like that. (Side note: you have not updated any documentation.)

It's not really that much change, it just looks like it.

The twine publisher method should still work, and that piece is a separate commit, so it can be dropped and handled later.

Most of what looks like churn is simply copy+paste of discrete config files into the corresponding pyproject.toml section. It really does do it all!

The linter changes are similarly low-effort; my original approach was to drop in Ruff with a giant stack of ignores, and promise to peel them back later. I can do that instead, if it makes things easier.

@0xDEC0DE
Copy link
Contributor Author

Downsized for the sake of sanity.

@0xDEC0DE 0xDEC0DE marked this pull request as ready for review February 29, 2024 01:04
@0xDEC0DE 0xDEC0DE force-pushed the issue/33 branch 2 times, most recently from 45aa1b4 to 3e5a727 Compare April 12, 2025 12:55
Copy link
Collaborator

@bigjools bigjools left a comment

Choose a reason for hiding this comment

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

This is going to have ramifications on the release procedure as it will now react to the tag rather than the version in const.py, I'll check it all out when I get some time unless Mr Le Manchet beats me to it.

@0xDEC0DE 0xDEC0DE requested a review from bigjools April 14, 2025 03:45
Move all configs into `pyproject.toml`, switch test/packaging to
use Hatch, and do all the linting with Ruff.

Fix issues that Ruff turned up, and annotate/ignore the pieces that
it got wrong.

Fixes: Issue NicolasLM#33
Generate the documentation with `hatch run docs:build $TYPE`
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

Successfully merging this pull request may close these issues.

2 participants