We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2561f7 commit 45b4568Copy full SHA for 45b4568
requirements/lint.yml
@@ -6,7 +6,10 @@ channels:
6
7
dependencies:
8
- black
9
- - isort
+ # 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
13
- mypy
14
- robotframework-lint >=1.1
15
- robotframework >=3.2
0 commit comments