Closed Freed-Wu closed 2 years ago
You're replacing the default ignore list. That's why you get new errors. This is well documented
[tool.pydocstyle]
add_ignore = "D205, D400"
Thanks! I advise adding D205, D400
to default ignore list to close #418.
Like #418, I create a test.py:
Add ignore to
pyproject.toml
:However, non-exist error occurs.