At the moment, we have several linters, formatters, and checkers of Python code (black, isort, flake8, mypy, bandit, vulture etc.). With ruff, we would have a single tool that covers all of the above (and more). It seems like a good choice adopting it for the pddl project. Thoughts?
At the moment, we have several linters, formatters, and checkers of Python code (
black,isort,flake8,mypy,bandit,vultureetc.). Withruff, we would have a single tool that covers all of the above (and more). It seems like a good choice adopting it for thepddlproject. Thoughts?