drop black/ruff from dependency list

those are used implictly by treefmt already
This commit is contained in:
Jörg Thalheim
2023-08-23 16:03:56 +02:00
parent fa7b47ad59
commit 79c61f61c7
2 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
{ age
, argcomplete
, black
, bubblewrap
, installShellFiles
, nix
@@ -9,7 +8,6 @@
, pytest-cov
, pytest-subprocess
, python3
, ruff
, runCommand
, self
, setuptools
@@ -71,8 +69,6 @@ python3.pkgs.buildPythonPackage {
'';
passthru.devDependencies = [
ruff
black
setuptools
wheel
] ++ testDependencies;