``` warning: The top-level linter settings are deprecated in favour of their counterparts in the `lint` section. Please update the following options in `python/lldbutils/.ruff.toml`: ruff-format (91) | - 'isort' -> 'lint.isort' ``` Differential Revision: https://phabricator.services.mozilla.com/D278037
5 lines
81 B
TOML
5 lines
81 B
TOML
extend = "../../pyproject.toml"
|
|
|
|
[lint.isort]
|
|
known-first-party = ["mozrelease"]
|