Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Wrong wrap of raise expressions when line is too long #65

Open
@patrick91

Description

@patrick91

this:

raise NotImplementedError(
    'The SimpleListFilter.lookups() method must be overridden to '
    'return a list of tuples (value, verbose value).'
)

gets converted to

raise 
NotImplementedError('The SimpleListFilter.lookups() method must be overridden to '
    'return a list of tuples (value, verbose value).'
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions