Commit 7b92e73b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

nbqa: format with nixfmt

parent 576e7101
Loading
Loading
Loading
Loading
+15 −9
Original line number Diff line number Diff line
{ black
, blacken-docs
, fetchFromGitHub
, lib
, python3
, ruff
, testers
, nbqa
{
  lib,
  python3,
  fetchFromGitHub,

  # optional-dependencies
  black,
  blacken-docs,
  ruff,

  # passthru
  testers,
  nbqa,
}:
python3.pkgs.buildPythonApplication rec {
  pname = "nbqa";
@@ -35,7 +40,8 @@ python3.pkgs.buildPythonApplication rec {
    ruff = [ ruff ];
  };

  dependencies = with python3.pkgs;
  dependencies =
    with python3.pkgs;
    [
      autopep8
      ipython