Skip to content

Draft: Standardizing the code style and format

Tara Maria Boland requested to merge enable-isort into main

we add these auto formatters so we stop having to think about it

enable:

  • isort
  • yapf (or autopep8)
  • linter: pylint seems like a good choice or ruff
  • something for type checking: mypy, pyright, pytype, pyre, or monkeytype

Merge request reports