X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d5c95f6a8f274f42cce81bfe544266a7bb53474b..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