Loading pkgs/by-name/nb/nbqa/package.nix +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"; Loading Loading @@ -35,7 +40,8 @@ python3.pkgs.buildPythonApplication rec { ruff = [ ruff ]; }; dependencies = with python3.pkgs; dependencies = with python3.pkgs; [ autopep8 ipython Loading Loading
pkgs/by-name/nb/nbqa/package.nix +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"; Loading Loading @@ -35,7 +40,8 @@ python3.pkgs.buildPythonApplication rec { ruff = [ ruff ]; }; dependencies = with python3.pkgs; dependencies = with python3.pkgs; [ autopep8 ipython Loading