Fix typo in comment
Some checks are pending
CI / validation (push) Waiting to run
CI / unit-tests (push) Waiting to run
CI / Produce Pull Request payload artifact (push) Waiting to run

This commit is contained in:
ItsDrike 2024-07-13 13:08:49 +02:00
parent 97f7f5da2a
commit 2c54f8b123
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -67,7 +67,7 @@ ignore = [
"D413", # Missing blank line after last section
"D414", # Section has no content
"D416", # Section name should end with a colon
"D417", # Missing argument descrition in the docstring
"D417", # Missing argument description in the docstring
"ANN101", # Missing type annotation for self in method
"ANN102", # Missing type annotation for cls in classmethod