Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before removing Py2 we were already using isort 3.8.0 in the tests, as we were requiring isort 5 explicitly: ``` pip install 'isort==5.*' black ``` ce83709 starts using the setup.py version, which makes the tests fail. Note this was not a problem because we were using Py3 for the code linters.
- Loading branch information