Skip to content

Commit 8f21cb5

Browse files
authored
CI: pin isort version (pandas-dev#35136)
1 parent 77f4a4d commit 8f21cb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- flake8<3.8.0 # temporary pin, GH#34150
2121
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
2222
- 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
23+
- isort=4.3.21 # check that imports are in the right order
2424
- mypy=0.730
2525
- pycodestyle # used by flake8
2626

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cpplint
1111
flake8<3.8.0
1212
flake8-comprehensions>=3.1.0
1313
flake8-rst>=0.6.0,<=0.7.0
14-
isort
14+
isort==4.3.21
1515
mypy==0.730
1616
pycodestyle
1717
gitpython

0 commit comments

Comments
 (0)