black/docs/contributing/reference/reference_exceptions.rst
2023-06-28 13:45:56 -07:00

19 lines
383 B
ReStructuredText

*Black* exceptions
==================
*Contents are subject to change.*
.. currentmodule:: black
.. autoexception:: black.trans.CannotTransform
.. autoexception:: black.linegen.CannotSplit
.. autoexception:: black.brackets.BracketMatchError
.. autoexception:: black.report.NothingChanged
.. autoexception:: black.parsing.InvalidInput
.. autoexception:: black.mode.Deprecated