X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/07c8812937cf75ac5bc7ceac07ef5ea383f10f2f..5316836393682c6ec6a05d69c549d8167f46d8f6:/action.yml diff --git a/action.yml b/action.yml index 59b16a9..827e971 100644 --- a/action.yml +++ b/action.yml @@ -2,8 +2,18 @@ name: "Black" description: "The uncompromising Python code formatter." author: "Łukasz Langa and contributors to Black" inputs: + options: + description: + "Options passed to black. Use `black --help` to see available options. Default: + '--check'" + required: false + default: "--check --diff" + src: + description: "Source to run black. Default: '.'" + required: false + default: "." black_args: - description: "Black input arguments." + description: "[DEPRECATED] Black input arguments." required: false default: "" branding: