Closed Andrew-S-Rosen closed 1 year ago
Since isort and black can sometimes conflict with one another, I added the following which will ensure they don't. This is recommended here.
isort
black
[tool.isort] profile = "black"
Since
isort
andblack
can sometimes conflict with one another, I added the following which will ensure they don't. This is recommended here.