Todd Leonhardt

Results 77 comments of Todd Leonhardt

#1343 Moved the `doc8` config to `pyrproject.toml` from `setup.cfg`

#1344 Moves the `mypy` config to `pyproject.toml` from `setup.cfg`

#1345 Moves `pytest` config to `pyproject.toml` from `setup.cfg` and deletes `setup.cfg` entirely

#1364 is a PR that sets the `[project]` configuration in `pyrproject.toml` and ruggedize a couple unit tests #1365 fully removed `setup.py` and relies purely on `pyproject.toml` for the build

I'm going to resolve this and create a new issue for considering moving to hatch or uv

I created #1366 to encompass the future work for moving to something like `uv` or `hatch`

From chatting with @kmvanbrunt , the issue described here is not limited to the settable table. We do it in the help table as well. I think he has a...

We will tackle this feature in in a 3.0 release, but doing so beforehand would be challenging. We need to replace some of our infrastructure first and doing so will...

@anselor Since this relates to a change you made, would you have any quick ideas for how to address it?