Precisely, except that `[pylint].resolve` is spell...
# development
h
Precisely, except that
[pylint].resolve
is spelled
[pylint].install_from_resolve
. The error checking is via the
[pylint].requirements
option, which we will set by default to some loose range that we expect Pants to be compatible with (e.g., if the tool uses semver then "everything up to the next major version"). And if you want to go outside that version range you can of course set this to something even looser, and YOLO it.
👍 1
🙏 1
1