🔧 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

@ -16,10 +16,6 @@ max-complexity = 30
[pylint.'MESSAGES CONTROL']
disable = no-member
[pydocstyle]
convention = google
ignore = D107
[coverage:run]
branch = True
omit = /tests