Skip to content

pydocstyle rules should follow naming convention #15009

@dylwil3

Description

@dylwil3

The following rules should be renamed to conform to Ruff's naming convention:

  • fits-on-one-line (D200)
  • no-blank-line-before-function (D201)
  • no-blank-line-after-function (D202)
  • one-blank-line-before-class (D203)
  • one-blank-line-after-class (D204)
  • blank-line-after-summary (D205)
  • indent-with-spaces (D206)
  • section-not-overindented (D214)
  • section-underline-not-overindented (D215)
  • ends-in-period (D400)
  • no-signature (D402)
  • capitalize-section-name (D405)
  • new-line-after-section-name (D406)
  • dashed-underline-after-section (D407)
  • section-underline-after-name (D408)
  • section-underline-matches-section-length (D409)
  • blank-line-after-last-section (D413)
  • ends-in-punctuation (D415)
  • section-name-ends-in-colon (D416)

[Apologies if any of these are in error - double negating on the fly may have spun my head around]

Metadata

Metadata

Assignees

Labels

docstringRelated to docstring linting or formattingdocumentationImprovements or additions to documentationgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions