generated from Luis/nextjs-python-web-template
drop black/ruff from dependency list
those are used implictly by treefmt already
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user