Skip to content

Commit 55ef668

Browse files
alimcmaster1jreback
authored andcommitted
CI: Pin black to version 19.10b0 (#29673)
1 parent 7b861ab commit 55ef668

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
@@ -15,7 +15,7 @@ dependencies:
1515
- cython>=0.29.13
1616

1717
# code checks
18-
- black>=19.10b0
18+
- black=19.10b0
1919
- cpplint
2020
- flake8
2121
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python-dateutil>=2.6.1
33
pytz
44
asv
55
cython>=0.29.13
6-
black>=19.10b0
6+
black==19.10b0
77
cpplint
88
flake8
99
flake8-comprehensions>=3.1.0

0 commit comments

Comments
 (0)