You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For whatever reason, make test-usort errors with the following error when attempting to execute the following from the Makefile:
# Ensure imports are formatted in a uniform way.PHONY: test-usort
test-usort: develop
@# This is a workaround for https://github.com/facebook/usort/issues/216
LIBCST_PARSER_TYPE=native poetry run usort check .
black does explicitly call out isort as being compatible, so perhaps we could switch to that as the import sorting/ordering method? Alternatively: Perhaps Ruff (combines black and isort)?
For whatever reason,
make test-usort
errors with the following error when attempting to execute the following from theMakefile
:black
does explicitly call out isort as being compatible, so perhaps we could switch to that as the import sorting/ordering method? Alternatively: Perhaps Ruff (combines black and isort)?Spawned from #64.
The text was updated successfully, but these errors were encountered: