Skip to content

Commit 312f11a

Browse files
committed
black: add bash completions
1 parent 133ff76 commit 312f11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/b/black.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def install
104104
ENV["HATCH_BUILD_HOOK_ENABLE_MYPYC"] = "1"
105105
virtualenv_install_with_resources
106106

107-
generate_completions_from_executable(bin/"black", shells: [:fish, :zsh], shell_parameter_format: :click)
107+
generate_completions_from_executable(bin/"black", shell_parameter_format: :click)
108108
end
109109

110110
service do

0 commit comments

Comments
 (0)