Apply ruff

This commit is contained in:
adisbladis
2023-07-21 01:41:41 +00:00
committed by mergify[bot]
parent 276b68bade
commit fcaf7773e3
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@
"-eucx"
''
${pkgs.lib.getExe pkgs.python3.pkgs.black} "$@"
${pkgs.lib.getExe pkgs.ruff} --fix "$@"
''
"--" # this argument is ignored by bash
];