Skip to content

Commit 45b4568

Browse files
authored
Pin isort in lint.yml
1 parent e2561f7 commit 45b4568

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ channels:
66

77
dependencies:
88
- 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
1013
- mypy
1114
- robotframework-lint >=1.1
1215
- robotframework >=3.2

0 commit comments

Comments
 (0)