A dataset aggregation framework for Sqrl Planner.
For detecting code quality and style issues, run
flake8
For checking compliance with Python docstring conventions, run
pydocstyle
NOTE: these tools will not fix any issues, but they can help you identify potential problems.
For automatically formatting the codebase, run
autopep8 --in-place --recursive .
For more information on this command, see the autopep8 documentation.
For automatically sorting imports, run
isort .