diff --git a/pyproject.toml b/pyproject.toml index 4a3c45b2f..523c240b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,3 +124,4 @@ require-return-section-when-returning-nothing = false check-return-types = true allow-init-docstring = true arg-type-hints-in-docstring = true +skip-checking-short-docstrings = false