Skip to content

Add pydocstyle.line-width option #7644

@MichaReiser

Description

@MichaReiser

Add a new pydocstyle.line-width option that overrides the default line-width setting. This allows using the formatter with E501 where E501 uses another configured line-length.

Considered alternatives: Creating a new option specific to pycodestyle rather than a formatter-specific option feels more intuitive because the override is specific to this lint rule and then aligns with pydocstyle.max-doc-length.

Metadata

Metadata

Assignees

Labels

configurationRelated to settings and configuration

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions