mirror of
https://github.com/mandiant/capa.git
synced 2026-01-26 03:04:56 -08:00
ci: update isort
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
```
ce8370931e 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.
This commit is contained in:
Reference in New Issue
Block a user