X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dc71922c768e543c9c3bbb1db5ea6d7fa801a814..47480ca33143b250cb33ba501f201838269173ce:/.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 index aafe61e5..ab46ebdb 100644 --- a/.vim/bundle/black/docs/contributing/reference/reference_exceptions.rst +++ b/.vim/bundle/black/docs/contributing/reference/reference_exceptions.rst @@ -5,8 +5,14 @@ .. currentmodule:: black +.. autoexception:: black.trans.CannotTransform + .. autoexception:: black.linegen.CannotSplit -.. autoexception:: black.NothingChanged +.. autoexception:: black.brackets.BracketMatchError + +.. autoexception:: black.report.NothingChanged + +.. autoexception:: black.parsing.InvalidInput -.. autoexception:: black.InvalidInput +.. autoexception:: black.mode.Deprecated