first-line-capitalized (D403)
Derived from the pydocstyle linter.
Fix is always available.
What it does
Checks for docstrings that do not start with a capital letter.
Why is this bad?
The first character in a docstring should be capitalized for, grammatical correctness and consistency.
Example
Use instead: