We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f4a4d commit 8f21cb5Copy full SHA for 8f21cb5
environment.yml
@@ -20,7 +20,7 @@ dependencies:
20
- flake8<3.8.0 # temporary pin, GH#34150
21
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
22
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
23
- - isort # check that imports are in the right order
+ - isort=4.3.21 # check that imports are in the right order
24
- mypy=0.730
25
- pycodestyle # used by flake8
26
requirements-dev.txt
@@ -11,7 +11,7 @@ cpplint
11
flake8<3.8.0
12
flake8-comprehensions>=3.1.0
13
flake8-rst>=0.6.0,<=0.7.0
14
-isort
+isort==4.3.21
15
mypy==0.730
16
pycodestyle
17
gitpython
0 commit comments