Files
Alex Hochheiden a1a75a53ed Bug 2006716 - Migrate [isort] to [lint.isort] to fix deprecation warning r=mozperftest-reviewers,sparky
```
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
2026-01-07 21:44:02 +00:00

5 lines
81 B
TOML

extend = "../../pyproject.toml"
[lint.isort]
known-first-party = ["mozrelease"]