remove comma after black formatter

This commit is contained in:
Joe DiPilato 2024-05-07 21:51:10 -04:00 committed by Ethan P
parent c9e917e43a
commit 75c757817f

View File

@ -22,7 +22,7 @@ hook_version
# Formatters:
# -----------------------------------------------------------------------------
FORMATTERS=("prettier" "rustfmt" "shfmt" "clangformat" "black", "mix_format")
FORMATTERS=("prettier" "rustfmt" "shfmt" "clangformat" "black" "mix_format")
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -