python312Packages.scmrepo: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-27 15:11:22 +02:00
parent 202686c284
commit 596f33317f

View file

@ -1,20 +1,21 @@
{ lib
, asyncssh
, buildPythonPackage
, dulwich
, dvc-http
, dvc-objects
, fetchFromGitHub
, fsspec
, funcy
, gitpython
, pathspec
, pygit2
, pygtrie
, pythonOlder
, setuptools
, setuptools-scm
, shortuuid
{
lib,
asyncssh,
buildPythonPackage,
dulwich,
dvc-http,
dvc-objects,
fetchFromGitHub,
fsspec,
funcy,
gitpython,
pathspec,
pygit2,
pygtrie,
pythonOlder,
setuptools,
setuptools-scm,
shortuuid,
}:
buildPythonPackage rec {
@ -53,9 +54,7 @@ buildPythonPackage rec {
# Requires a running Docker instance
doCheck = false;
pythonImportsCheck = [
"scmrepo"
];
pythonImportsCheck = [ "scmrepo" ];
meta = with lib; {
description = "SCM wrapper and fsspec filesystem";