[pydocstyle]
convention = google
match-dir = (?!build|venv|dist|tests).*  # skip unwanted dirs
match = (?!__init__\.py|version\.py$).*\.py
