comment about isort extension since "I" isn't obvious
This commit is contained in:
parent
2d4e918d8d
commit
d7182108d8
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ target-version = ["py311"]
|
|||
# https://beta.ruff.rs/docs/settings/
|
||||
[tool.ruff]
|
||||
target-version = "py311"
|
||||
extend-select = ["I"]
|
||||
extend-select = ["I"] # enable isort extension
|
||||
|
|
Reference in a new issue