mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
nbqa: format with nixfmt
This commit is contained in:
parent
576e710170
commit
7b92e73b2f
@ -1,11 +1,16 @@
|
|||||||
{ black
|
{
|
||||||
, blacken-docs
|
lib,
|
||||||
, fetchFromGitHub
|
python3,
|
||||||
, lib
|
fetchFromGitHub,
|
||||||
, python3
|
|
||||||
, ruff
|
# optional-dependencies
|
||||||
, testers
|
black,
|
||||||
, nbqa
|
blacken-docs,
|
||||||
|
ruff,
|
||||||
|
|
||||||
|
# passthru
|
||||||
|
testers,
|
||||||
|
nbqa,
|
||||||
}:
|
}:
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "nbqa";
|
pname = "nbqa";
|
||||||
@ -35,7 +40,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
ruff = [ ruff ];
|
ruff = [ ruff ];
|
||||||
};
|
};
|
||||||
|
|
||||||
dependencies = with python3.pkgs;
|
dependencies =
|
||||||
|
with python3.pkgs;
|
||||||
[
|
[
|
||||||
autopep8
|
autopep8
|
||||||
ipython
|
ipython
|
||||||
|
Loading…
Reference in New Issue
Block a user