feat: string_processing
This commit is contained in:
parent
2e39d50653
commit
2186b0ce99
|
@ -40,6 +40,10 @@
|
||||||
};
|
};
|
||||||
black = {
|
black = {
|
||||||
command = lib.getExe pkgs.black;
|
command = lib.getExe pkgs.black;
|
||||||
|
prepend_args = [
|
||||||
|
"--preview"
|
||||||
|
"--enable-unstable-feature" "string_processing"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue