🔧 fix and update pydocstyle configuration

This commit is contained in:
Ondřej Samohel 2024-01-08 13:33:51 +01:00
parent 0746a045a5
commit 05cbb8b019
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 5 additions and 4 deletions

View file

@ -181,3 +181,8 @@ reportMissingTypeStubs = false
[tool.poetry.extras]
docs = ["Sphinx", "furo", "sphinxcontrib-napoleon"]
[tool.pydocstyle]
inherit = false
convetion = "google"
match = "(?!test_).*\\.py"