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 c21b563 commit e2561f7Copy full SHA for e2561f7
binder/environment.yml
@@ -14,8 +14,9 @@ dependencies:
14
# for python language server (and development)
15
- black
16
- flake8 >=3.5
17
- # isort 5.0 has breaking API changes which affect (among others) pylint;
+ # 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
21
- mypy
22
- pip
0 commit comments