forked from phoenix-oss/llama-stack-mirror
chore: re-enable isort enforcement (#1802)
# What does this PR do?
Re-enable isort enforcement.
It was disabled in 1a73f8305b
, probably by
mistake.
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
parent
742020b94a
commit
193e531216
4 changed files with 10 additions and 7 deletions
|
@ -132,6 +132,7 @@ select = [
|
|||
"N", # Naming
|
||||
"W", # Warnings
|
||||
"DTZ", # datetime rules
|
||||
"I", # isort (imports order)
|
||||
]
|
||||
ignore = [
|
||||
# The following ignores are desired by the project maintainers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue