D403: Require capitalizing single word sentence (#10776)

This commit is contained in:
Micha Reiser 2024-04-05 08:42:00 +02:00 committed by GitHub
parent d050d6da2e
commit 2e7a1a4cb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 59 additions and 10 deletions

View file

@ -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"""