pyls-black: reformat with nixpkgs-fmt
This commit is contained in:
parent
7f48484135
commit
9f33e6417b
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub
|
||||
, black, toml, pytestCheckHook, python-language-server, isPy3k
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, black
|
||||
, toml
|
||||
, pytestCheckHook
|
||||
, python-language-server
|
||||
, isPy3k
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue