Skip to content

Commit e2561f7

Browse files
authored
More details on isort pin
1 parent c21b563 commit e2561f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binder/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ dependencies:
1414
# for python language server (and development)
1515
- black
1616
- flake8 >=3.5
17-
# isort 5.0 has breaking API changes which affect (among others) pylint;
17+
# isort 5.0 has breaking API changes which affect (among others) pylint and nblint;
1818
# the pin should be removed once https://github.com/PyCQA/pylint/pull/3725 is merged
19+
# see https://github.com/krassowski/jupyterlab-lsp/pull/291
1920
- isort <5
2021
- mypy
2122
- pip

0 commit comments

Comments
 (0)