Skip to content

Commit

Permalink
nbqa: format with nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Aug 27, 2024
1 parent 576e710 commit 7b92e73
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions pkgs/by-name/nb/nbqa/package.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{ 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";
Expand Down Expand Up @@ -35,7 +40,8 @@ python3.pkgs.buildPythonApplication rec {
ruff = [ ruff ];
};

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

0 comments on commit 7b92e73

Please sign in to comment.