diff --git a/pyproject.toml b/pyproject.toml index b56c734d..9660200d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ ignore = [ 'W191', # We use tabs for indents, disabling this atrocious PEP 8 recommendation 'D206', # ^ 'D400', # ends-in-period - We do not care if docstrings end with a period - 'D415, # ends-in-punctuation - ^ + 'D415', # ends-in-punctuation - ^ 'D401', # non-imperative-mood - Wants docstrings in imperative language but it's really not foolproof, disable 'ERA001', # Test for commented out code, but it has way too many false positives, so disable 'FBT001', # boolean-type-hint-positional-argument - Allow positional booleans in functions, it's not really that much of an issue