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 lib,
, makeWrapper fetchFromGitHub,
, python3 makeWrapper,
, unstableGitUpdater python3,
, poetry unstableGitUpdater,
poetry,
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
@ -67,9 +68,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];
pythonRelaxDeps = [ pythonRelaxDeps = [ "stem" ];
"stem"
];
pytestFlagsArray = [ pytestFlagsArray = [
"-m" "-m"