# Description I think most of our repositories (if not all) have added `ISORT: true` to the `ci.yaml` file. We should at some point add it to the global `ruff.toml` file and remove the explicit check. A conservative plan would be something like, - [ ] Change the default [here](https://github.com/scritical/.github/blob/856c6c4ea0531dfc023cdc15e3f816d1f3dbdb46/.github/workflows/ruff.yaml#L10) to `True`. This forces repos that have not implemented this yet to work on this. - [ ] Change the global `ruff.toml` file and remove the explicit check in `ci.yaml`.
Description
I think most of our repositories (if not all) have added
ISORT: trueto theci.yamlfile.We should at some point add it to the global
ruff.tomlfile and remove the explicit check.A conservative plan would be something like,
True. This forces repos that have not implemented this yet to work on this.ruff.tomlfile and remove the explicit check inci.yaml.