https://pantsbuild.org/ logo
p

proud-dentist-22844

04/12/2021, 7:30 PM
Can I do something like
./pants lint --only=pylint ::
? ie, disable all the backends except for the one I’m debugging. I could edit pants.toml, but it would be nice to have something like that on the command line.
h

hundreds-father-404

04/12/2021, 7:31 PM
@witty-crayon-22786 has proposed this exact syntax. For now, you can do
./pants --black-skip --isort-skip --flake8-skip lint ::
etc
👍 1
3 Views