python312Packages.lsp-tree-sitter: format with nixfmt-rfc-style
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, setuptools-generate
|
||||
, setuptools-scm
|
||||
, colorama
|
||||
, jinja2
|
||||
, jsonschema
|
||||
, pygls
|
||||
, tree-sitter0_21
|
||||
, pytestCheckHook
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools-generate,
|
||||
setuptools-scm,
|
||||
colorama,
|
||||
jinja2,
|
||||
jsonschema,
|
||||
pygls,
|
||||
tree-sitter0_21,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -40,9 +41,7 @@ buildPythonPackage rec {
|
||||
# mismatch by defaulting here to this lower version.
|
||||
tree-sitter0_21
|
||||
];
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "lsp_tree_sitter" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user