mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-18 03:52:19 +03:00
Add combine_as_imports = true
isort option
This commit is contained in:
parent
6766ef3eba
commit
ceed6a8222
|
@ -91,6 +91,7 @@ show_missing = true
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
combine_as_imports = true
|
||||||
|
|
||||||
[tool.pylint.main]
|
[tool.pylint.main]
|
||||||
ignore = ["tests"]
|
ignore = ["tests"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user