Files
tubestation/tools/lint/isort.yml

14 lines
338 B
YAML

---
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