summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/detect-secrets/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/detect-secrets/default.nix')
-rw-r--r--pkgs/development/python-modules/detect-secrets/default.nix31
1 files changed, 15 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/detect-secrets/default.nix b/pkgs/development/python-modules/detect-secrets/default.nix
index ae0e2c4cda2d..a3a366d28be5 100644
--- a/pkgs/development/python-modules/detect-secrets/default.nix
+++ b/pkgs/development/python-modules/detect-secrets/default.nix
@@ -1,16 +1,17 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, gibberish-detector
-, mock
-, pkgs
-, pyahocorasick
-, pytest7CheckHook
-, pythonOlder
-, pyyaml
-, requests
-, responses
-, unidiff
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ gibberish-detector,
+ mock,
+ pkgs,
+ pyahocorasick,
+ pytest7CheckHook,
+ pythonOlder,
+ pyyaml,
+ requests,
+ responses,
+ unidiff,
}:
buildPythonPackage rec {
@@ -60,9 +61,7 @@ buildPythonPackage rec {
"test_start_halfway"
];
- pythonImportsCheck = [
- "detect_secrets"
- ];
+ pythonImportsCheck = [ "detect_secrets" ];
meta = with lib; {
description = "An enterprise friendly way of detecting and preventing secrets in code";