Commit 3e7b571b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

ggshield: format with nixfmt

parent f3027418
Loading
Loading
Loading
Loading
+19 −24
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, git
, python3
{
  lib,
  fetchFromGitHub,
  git,
  python3,
}:

python3.pkgs.buildPythonApplication rec {
@@ -18,13 +19,9 @@ python3.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = true;

  build-system = with python3.pkgs; [
    setuptools
  ];
  build-system = with python3.pkgs; [ setuptools ];

  nativeBuildInputs = with python3.pkgs; [
    pythonRelaxDepsHook
  ];
  nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];

  dependencies = with python3.pkgs; [
    appdirs
@@ -43,9 +40,9 @@ python3.pkgs.buildPythonApplication rec {
    rich
  ];

  nativeCheckInputs = [
    git
  ] ++ (with python3.pkgs; [
  nativeCheckInputs =
    [ git ]
    ++ (with python3.pkgs; [
      jsonschema
      pyfakefs
      pytest-mock
@@ -55,9 +52,7 @@ python3.pkgs.buildPythonApplication rec {
      vcrpy
    ]);

  pythonImportsCheck = [
    "ggshield"
  ];
  pythonImportsCheck = [ "ggshield" ];

  disabledTestPaths = [
    # Don't run functional tests