X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8126b4f6a9342290de4655e6a8a78cd288ce7daa..7a14a37981862ef418f3cdb4a7e2375856f97529:/black.py?ds=inline diff --git a/black.py b/black.py index d9348a3..26a2915 100644 --- a/black.py +++ b/black.py @@ -394,7 +394,7 @@ def target_version_option_callback( @click.option( "--config", type=click.Path( - exists=False, file_okay=True, dir_okay=False, readable=True, allow_dash=False + exists=True, file_okay=True, dir_okay=False, readable=True, allow_dash=False ), is_eager=True, callback=read_pyproject_toml,