### Solution to issue cannot be found in the documentation. - [x] I checked the documentation. ### Issue I get the warning ``` For recipe/meta.yaml: ❌ Selectors are suggested to take a <two spaces>#<one space>[<expression>] form. See lines [20] ``` when using YAML flow style. The change I did was from ```yaml force_use_keys: - mpi ``` ```yaml force_use_keys: [mpi] ``` i.e. from YAML block style to flow style. ### Installed packages ```shell when building online during a pull request ``` ### Environment info ```shell when building online during a pull request ```