[pydocstyle]
add-ignore =
    # Don't require docstrings in tests (but check them if they exist)
    D1,  # Missing Docstrings
match = .*.py
