Skip to content

Commit c21b563

Browse files
authored
Pin isort to restore the lint step in CI
1 parent f173fbc commit c21b563

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

binder/environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ dependencies:
1414
# for python language server (and development)
1515
- black
1616
- flake8 >=3.5
17-
- isort
17+
# isort 5.0 has breaking API changes which affect (among others) pylint;
18+
# the pin should be removed once https://github.com/PyCQA/pylint/pull/3725 is merged
19+
- isort <5
1820
- mypy
1921
- pip
2022
- pylint

0 commit comments

Comments
 (0)