python312Packages.whispers: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 15:40:43 +02:00
parent b81d35be35
commit e90f9dfd46
1 changed files with 18 additions and 21 deletions

View File

@ -1,18 +1,19 @@
{ lib
, astroid
, beautifulsoup4
, buildPythonPackage
, crossplane
, fetchFromGitHub
, jellyfish
, jproperties
, luhn
, lxml
, pytest-mock
, pytestCheckHook
, pythonOlder
, pyyaml
, setuptools
{
lib,
astroid,
beautifulsoup4,
buildPythonPackage,
crossplane,
fetchFromGitHub,
jellyfish,
jproperties,
luhn,
lxml,
pytest-mock,
pytestCheckHook,
pythonOlder,
pyyaml,
setuptools,
}:
buildPythonPackage rec {
@ -34,9 +35,7 @@ buildPythonPackage rec {
--replace-fail '"pytest-runner"' ""
'';
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
astroid
@ -59,9 +58,7 @@ buildPythonPackage rec {
export PATH=$out/bin:$PATH
'';
pythonImportsCheck = [
"whispers"
];
pythonImportsCheck = [ "whispers" ];
meta = with lib; {
description = "Tool to identify hardcoded secrets in static structured text";