replace black with ruff

This commit is contained in:
Jörg Thalheim 2023-11-18 08:32:03 +01:00
parent 47ea2c1825
commit fe1909ce5c

View file

@ -18,7 +18,7 @@
"-eucx" "-eucx"
'' ''
${pkgs.ruff}/bin/ruff --fix "$@" ${pkgs.ruff}/bin/ruff --fix "$@"
${pkgs.python3.pkgs.black}/bin/black "$@" ${pkgs.ruff}/bin/ruff format "$@"
'' ''
"--" # this argument is ignored by bash "--" # this argument is ignored by bash
]; ];