sherlock: format using nixfmt-rfc-style
This commit is contained in:
parent
8caad59a02
commit
f9b9b31c97
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user