Skip to content

Commit 6603b3c

Browse files
jrebackMateusz Górski
authored and
Mateusz Górski
committed
1 parent a94b906 commit 6603b3c

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

1818
# code checks
19-
- black
19+
- black<=19.3b0
2020
- cpplint
2121
- flake8
2222
- flake8-comprehensions # 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
6+
black<=19.3b0
77
cpplint
88
flake8
99
flake8-comprehensions

0 commit comments

Comments
 (0)