File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ dependencies:
14
14
# for python language server (and development)
15
15
- black
16
16
- flake8 >=3.5
17
- - isort
17
+ # isort 5.0 has breaking API changes which affect (among others) pylint and nblint;
18
+ # 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
20
+ - isort <5
18
21
- mypy
19
22
- pip
20
23
- pylint
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ channels:
6
6
7
7
dependencies :
8
8
- black
9
- - isort
9
+ # isort 5.0 has breaking API changes which affect (among others) pylint and nblint;
10
+ # the pin should be removed once https://github.com/PyCQA/pylint/pull/3725 is merged
11
+ # see https://github.com/krassowski/jupyterlab-lsp/pull/291
12
+ - isort <5
10
13
- mypy
11
14
- robotframework-lint >=1.1
12
15
- robotframework >=3.2
You can’t perform that action at this time.
0 commit comments