Black exceptions#

Contents are subject to change.

exception black.linegen.CannotSplit#

A readable split that fits the allotted line length is impossible.

exception black.NothingChanged#

Raised when reformatted code is the same as source.

exception black.InvalidInput#

Raised when input source code fails all parse attempts.