mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 22:31:23 +00:00
D403: Require capitalizing single word sentence (#10776)
This commit is contained in:
parent
d050d6da2e
commit
2e7a1a4cb1
3 changed files with 59 additions and 10 deletions
|
@ -25,3 +25,9 @@ def non_ascii():
|
|||
|
||||
def all_caps():
|
||||
"""th•s is not capitalized."""
|
||||
|
||||
def single_word():
|
||||
"""singleword."""
|
||||
|
||||
def single_word_no_dot():
|
||||
"""singleword"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue