python312Packages.lsp-tree-sitter: format with nixfmt-rfc-style

This commit is contained in:
natsukium
2024-08-07 11:39:13 +03:00
committed by Doron Behar
parent 8eb41be933
commit f8957ffbab
@@ -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" ];