Method: pylint.config.utils._set_rcfile
Calls: 240, Exceptions: 0, Paths: 1Back
Path 1: 240 calls (1.0)
_Run (178) Run (62)
'/Users/andrehora/Documents/git/projects-pathspotter/pylint/pylint/testutils/testing_pylintrc' (165) '/Users/andrehora/Documents/git/projects-pathspot...
1def _set_rcfile(run: Run, value: str | None) -> None:
2 """Set the rcfile."""
3 assert value is not None
4 run._rcfile = value