black: 18.6b4 -> 18.9b0 (#47914)

This commit is contained in:
Philipp Middendorf
2018-10-06 15:19:38 +02:00
committed by xeji
parent 248ed3575c
commit d2608d29a2
2 changed files with 5 additions and 2 deletions

View File

@@ -19,6 +19,9 @@ buildPythonPackage rec {
pytest
'';
# Enable when https://github.com/rupert/pyls-black/pull/6 is merged.
doCheck = false;
checkInputs = [ pytest ];
propagatedBuildInputs = [ black toml python-language-server ];