diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8b25550..8af13f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,11 @@ pydantic = "^2.4.2" [tool.poetry.group.dev.dependencies] pytype = "^2023.9.27" +pydocstyle = "^6.3.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.pydocstyle] +ignore = "D107,D200,D203,D205,D211,D212,D213,D400,D406,D407,D413,D415" |