Path 1: 47 calls (1.0)

'https://github.com/PyCQA/astroid' (4) 'https://github.com/psf/black' (4) 'https://github.com/django/django' (4) 'https://github.com/pallets/flask' (4...

'main' (30) 'master' (17)

['src/flask'] (5) ['astroid'] (4) ['src/black/', 'src/blackd/', 'src/blib2to3/'] (4) ['django'] (4) ['music21'] (4) ['pandas'] (4) ['psycopg/psycopg']...

None (47)

None (42) ['--ignore-patterns="test_'] (4) ["--ignore-pattern='re*'"] (1)

None (34) 'pylintrc' (8) '.pylintrc' (4) '.pylintrcui' (1)

None (43) '3.10' (4)

1def __init__(
2        self,
3        url: str,
4        branch: str,
5        directories: list[str],
6        commit: str | None = None,
7        pylint_additional_args: list[str] | None = None,
8        pylintrc_relpath: str | None = None,
9        minimum_python: str | None = None,
10    ) -> None:
11        self.url = url
12        self.branch = branch
13        self.directories = directories
14        self.commit = commit
15        self.pylint_additional_args = pylint_additional_args or []
16        self.pylintrc_relpath = pylintrc_relpath
17        self.minimum_python = minimum_python