Upgrade isort to v5 for black support

This commit is contained in:
Jason Carver
2022-09-22 13:38:20 -07:00
parent e785138a21
commit 8a4cb1d938
3 changed files with 4 additions and 7 deletions

View File

@ -31,7 +31,7 @@ lint:
tox -elint
lint-roll:
isort --recursive <MODULE_NAME> tests
isort <MODULE_NAME> tests
black {toxinidir}/<MODULE_NAME> {toxinidir}/tests setup.py
$(MAKE) lint