Page MenuHomePhabricator

Enable isort in CI for inference-services repo
Open, Needs TriagePublic

Description

I would like to enable isort in our CI so that imports can be sorted automatically in the following order

  • system modules
  • third party modules
  • local modules

This is to be added as a pre-commit step.