| # Config file for the isort python module. |
| # This is used to enforce import sorting standards. |
| # https://pycqa.github.io/isort/docs/configuration/options.html |
| # The Google style guide does not force imports to be line-wrapped, so we |
| # increase the limit significantly. |
| force_sort_within_sections = true |
| # Have to mark third_party/ libs as third party. |
| # And libraries we list in cros lint's PYTHONPATH. |
| # NB: Keep in sync with pylintrc. |
| # Allow importing multiple classes on a single line from these modules. |
| chromite.third_party.infra_libs.buildbucket.proto, |