cool-yacht-37128
02/07/2023, 3:15 AMpants_ignore
directive in pants.toml
combined with the vcs_version and pylint target causes a infinite loop when running the lint
goal. Looks like pylint triggers a filesystem change and pants rerun. I’ll make a cutdown minimal example repo and submit a github issue.broad-processor-92400
02/07/2023, 3:44 AMpants_ignore = ...
or pants_ignore.add = ...
? If the first one, you may've overwritten the default (see https://www.pantsbuild.org/docs/reference-global#pants_ignore), and thus pants may be looking for changes in .
directories like .git
?cool-yacht-37128
02/07/2023, 3:47 AMpants_ignore
not pants_ignore.add
broad-processor-92400
02/07/2023, 3:48 AMcool-yacht-37128
02/07/2023, 3:48 AM