misc: Identify first party modules for isort

List known first party modules in `isort` configuration, to ensure
proper sorting of imports.

First commit includes configuration changes, while second commit runs
`trunk` with the new configuration.
This commit is contained in:
Michael Manganiello
2025-09-04 00:06:53 -03:00
parent 1687572ec3
commit 6827275e36

View File

@@ -1,2 +1,13 @@
[settings]
profile=black
known_first_party =
adapters
config
decorators
endpoints
exceptions
handler
logger
models
tasks
utils