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 f173fbc commit c21b563Copy full SHA for c21b563
binder/environment.yml
@@ -14,7 +14,9 @@ dependencies:
14
# for python language server (and development)
15
- black
16
- flake8 >=3.5
17
- - isort
+ # isort 5.0 has breaking API changes which affect (among others) pylint;
18
+ # the pin should be removed once https://github.com/PyCQA/pylint/pull/3725 is merged
19
+ - isort <5
20
- mypy
21
- pip
22
- pylint
0 commit comments