Description
Is your feature request related to a problem? Please describe
I use pylint in vi with a pyproject.toml -- pyproject.toml isn't always in my $CWD.
Describe the solution you'd like
What do you think about also looking at ../../.. recursively like you do the .pylintrc?
Additional context
You might want to exclude setup.cfg from this for backwards compatibility.