Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 842 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 842 Bytes

pre-commit.ci status

gator-core

A dataset aggregation framework for Sqrl Planner.

Tools

Linting the codebase

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.

Formatting the codebase

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 .