chore: disable rule D105 in flake

This commit is contained in:
Robert Kaussow 2021-06-09 20:56:20 +02:00
parent e52ec3c034
commit 7219096b3e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
# D101: Missing docstring in public class
# D102: Missing docstring in public method
# D103: Missing docstring in public function
# D105: Missing docstring in magic method
# D107: Missing docstring in __init__
# D202: No blank lines allowed after function docstring
# W503:Line break occurred before a binary operator