Open ritster opened 6 days ago
is there an auto-formatter being used? black, or ruff or something like that? i can configure my editor to try to save using that format
I've just been using pylint as an arbitrary choice, but ruff seems to be very popular in practice. I'm happy with whichever option seems the best to everyone else!
super. looks like things like ruff can be used in addition to pylint (not sure if pylint does formatting?), see "Advised linters alongside pylint" https://pypi.org/project/pylint/
I'm happy to just switch over to ruff - should be quicker, easier, more unified, etc.
Add testing and linting pipelines to verify PRs don't change intended behavior or diverge from code style guidance.