Unverified Commit f9b9b31c authored by Ryan Omasta's avatar Ryan Omasta
Browse files

sherlock: format using nixfmt-rfc-style

parent 8caad59a
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
{ 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"