diff --git a/pyproject.toml b/pyproject.toml index 88c9ad8f9..4a3c45b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,4 +122,5 @@ style = 'google' exclude = '\.git|\.venv|__init__.py' require-return-section-when-returning-nothing = false check-return-types = true +allow-init-docstring = true arg-type-hints-in-docstring = true