Skip to content

Use of wrap_length raises an exception about it not being lower or equal to line_length #1333

@rtasarz

Description

@rtasarz

Given both line_length and wrap_length are provided in config file and set to the same value (100 in my case), following exception is thrown when import line that needs wrapping is encountered:
ValueError: wrap_length must be set lower than or equal to line_length: 100 > 92.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions