Skip to content

Commit

Permalink
build: Use nbQA from nixpkgs
Browse files Browse the repository at this point in the history
Available since <NixOS/nixpkgs#249205>.
  • Loading branch information
l0b0 authored and kodiakhq[bot] committed Aug 17, 2023
1 parent cbac25b commit 8d1463e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,6 @@ let
python.withPackages (
ps:
[
(
ps.buildPythonPackage rec {
pname = "nbqa";
version = "1.6.4";
src = ps.fetchPypi {
inherit pname version;
hash = "sha256-H7y+N+9TBJW9fwjlO7g4qGmwdKD771eF7ScNNwphPrA=";
};
buildInputs = [
ps.tomli
ps.tokenize-rt
];
propagatedBuildInputs = [
ps.ipython
ps.tokenize-rt
];
}
)
ps.mypy
ps.pylint
ps.types-python-dateutil
Expand All @@ -57,6 +39,7 @@ in
pkgs.deadnix
pkgs.gitFull
pkgs.gitlint
pkgs.nbqa
pkgs.niv
pkgs.nodePackages.prettier
pkgs.pre-commit
Expand Down

0 comments on commit 8d1463e

Please sign in to comment.