summaryrefslogtreecommitdiffstats
path: root/tools/lint/isort.yml
blob: d15948f65ecdc1551fdf7260782785d7a3e97f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
isort:
    description: Sort python imports
    # Excludes should be added to topsrcdir/.flake8.
    exclude: []
    extensions: ['configure', 'py']
    support-files:
        - '**/.flake8'
        - '**/.isort.cfg'
        - 'tools/lint/python/isort*'
    type: external
    payload: python.isort:lint
    setup: python.isort:setup