snakefmt: relax dependencies

This commit is contained in:
Weijia Wang
2025-03-29 17:39:18 +01:00
parent 676df8e750
commit 6e751da348
+2
View File
@@ -27,6 +27,8 @@ python3.pkgs.buildPythonApplication rec {
toml
];
pythonRelaxDeps = [ "black" ];
pythonImportsCheck = [ "snakefmt" ];
nativeInstallCheckInputs = [ versionCheckHook ];