replace black with ruff
This commit is contained in:
parent
47ea2c1825
commit
fe1909ce5c
|
@ -18,7 +18,7 @@
|
|||
"-eucx"
|
||||
''
|
||||
${pkgs.ruff}/bin/ruff --fix "$@"
|
||||
${pkgs.python3.pkgs.black}/bin/black "$@"
|
||||
${pkgs.ruff}/bin/ruff format "$@"
|
||||
''
|
||||
"--" # this argument is ignored by bash
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue