Page MenuHomePhabricator

Enable python code quality tools
Open, Needs TriagePublic

Description

Register some pre-commit hooks to do formatting and style checks.

Suggested tools to install and setup as commit hooks:

  • ruff
  • mypy
  • tool to make sure requirements.txt is sync'd properly

This is a step towards better CI/CD