Path 1: 2 calls (1.0)

['no_docstring_rgx'] (1) ['unknown-option', 'another-unknown-option'] (1)

() (2)

1def __init__(self, options: list[str], *args: object) -> None:
2        self.options = options
3        super().__init__(*args)