nuttx-apps/.github
xuxingliang 23d5abeb76 tools: make isort and black formatters to work together
Config multi line output to mode 3, so isort and black can agree with
each other:
```
3 - Vertical Hanging Indent

from third_party import (
    lib1,
    lib2,
    lib3,
    lib4,
)
```

Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
2025-06-24 22:19:00 +08:00
..
ISSUE_TEMPLATE .github/ISSUE_TEMPLATE: Add host_info command section into bug report template 2025-06-24 22:19:00 +08:00
linters tools: make isort and black formatters to work together 2025-06-24 22:19:00 +08:00
workflows ci: enable spelling checks (via codespell) 2025-06-24 22:19:00 +08:00
dependabot.yml chore: Included githubactions in the dependabot config 2022-06-21 16:43:58 +03:00
labeler.yml github: add auto labeler for PR 2024-10-13 23:30:08 +08:00
PULL_REQUEST_TEMPLATE.md Contributing and PR template fix. 2025-06-24 22:19:00 +08:00