X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3f68af9813542a5e277b7a51b316644241c372d7..dc71922c768e543c9c3bbb1db5ea6d7fa801a814:/.vim/bundle/black/docs/contributing/reference/reference_exceptions.rst diff --git a/.vim/bundle/black/docs/contributing/reference/reference_exceptions.rst b/.vim/bundle/black/docs/contributing/reference/reference_exceptions.rst new file mode 100644 index 0000000..aafe61e --- /dev/null +++ b/.vim/bundle/black/docs/contributing/reference/reference_exceptions.rst @@ -0,0 +1,12 @@ +*Black* exceptions +================== + +*Contents are subject to change.* + +.. currentmodule:: black + +.. autoexception:: black.linegen.CannotSplit + +.. autoexception:: black.NothingChanged + +.. autoexception:: black.InvalidInput