Isaac Miller

Results 48 comments of Isaac Miller

CI working as intended

Right now @okhat manually updates the version in setup.py and pyproject.toml. I would love to set up an automated build/deploy system.

This is something I am looking into more deeply currently. Will update this issue as info comes

Can you attach screenshots of running `ruff check . --fix-only` and the output you are talking about?

Thank you for writing this! It is definitely a change that needed to be made at some point. We should keep requirements.txt imo. I tried getting it to autogenerate when...

Also, @okhat should be a blocking reviewer on this one, as he uploads the builds to pypi. I talked to him like a month ago about moving away from setup.py,...

@KCaverly Is there a better way to pass a template than through a config option?

That looks great. I will take an in-depth look later today. Should I switch to building off of that branch?

Also because ruff check . brings up 1500 errors, we don't enforce the pre-commit. It is absolutely arbitrary, but technically only the auto-fixable errors cause CI fails for now. @CyrusOfEden...

Merge main and push and they should pass @SimonB97