```$ ./pants pylint --help pylint options: --pyl...
# general
b
Copy code
$ ./pants pylint --help

pylint options:

--pylint-disable=<str> (--pylint-disable=<str>) ..., --pylint-disable="[<str>, <str>, ...]", --pylint-disable="+[<str>, <str>, ...]" (default: [])
    The disabled warnings and errors.
--pylint-pylintrc="{'key1':val1,'key2':val2,...}" (default: None)
    A dictionary that will be transformed into a pylintrc.