sherlock: format using nixfmt-rfc-style

This commit is contained in:
Ryan Omasta 2024-08-07 17:47:32 -06:00
parent 8caad59a02
commit f9b9b31c97
No known key found for this signature in database

View File

@ -1,9 +1,10 @@
{ lib
, fetchFromGitHub
, makeWrapper
, python3
, unstableGitUpdater
, poetry
{
lib,
fetchFromGitHub,
makeWrapper,
python3,
unstableGitUpdater,
poetry,
}:
python3.pkgs.buildPythonApplication rec {
@ -67,9 +68,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"stem"
];
pythonRelaxDeps = [ "stem" ];
pytestFlagsArray = [
"-m"