mirror of
https://github.com/eth-p/bat-extras.git
synced 2026-09-10 07:16:25 -04:00
remove comma after black formatter
This commit is contained in:
parent
c9e917e43a
commit
0125c401de
|
|
@ -22,7 +22,7 @@ hook_version
|
|||
# Formatters:
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
FORMATTERS=("prettier" "rustfmt" "shfmt" "clangformat" "black", "mix_format")
|
||||
FORMATTERS=("prettier" "rustfmt" "shfmt" "clangformat" "black" "mix_format")
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue