AI-Planning / AI-Planning/pddl
Adopt `ruff` for code linting and formatting
Open
- Dominant language
- Python
- Stars
- 177
- Forks
- 43
- Avg merge
- 49m
- Merged PRs (30d)
- 1
Description
At the moment, we have several linters, formatters, and checkers of Python code (`black`, `isort`, `flake8`, `mypy`, `bandit`, `vulture` etc.). With [`ruff`](https://github.com/astral-sh/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?
Contributor guide
Assessment
This issue has not been assessed yet.