switch from black to ruff for formatting

This commit is contained in:
Jörg Thalheim
2023-11-03 13:37:09 +01:00
parent 33515b2ed2
commit d08fe82864
5 changed files with 38 additions and 69 deletions

View File

@@ -46,7 +46,7 @@
"-eucx"
''
${lib.getExe pkgs.ruff} --fix "$@"
${lib.getExe pkgs.black} "$@"
${lib.getExe pkgs.ruff} format "$@"
''
"--" # this argument is ignored by bash
];