chore: move isort config to pyproject.toml
This commit is contained in:
parent
5738edb49c
commit
f394336efc
8 changed files with 30 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
[tool.isort]
|
||||
profile = "black"
|
||||
combine_as_imports = true
|
||||
|
||||
[tool.pylint.messages_control]
|
||||
extension-pkg-whitelist = "pydantic"
|
||||
disable = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue