feat: string_processing

This commit is contained in:
♥ Minnie ♥ 2025-04-12 08:32:42 +08:00
parent 2e39d50653
commit 2186b0ce99
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -40,6 +40,10 @@
};
black = {
command = lib.getExe pkgs.black;
prepend_args = [
"--preview"
"--enable-unstable-feature" "string_processing"
];
};
};