hallowed-artist-8187
02/12/2024, 3:47 AMbroad-processor-92400
02/12/2024, 3:59 AMhallowed-artist-8187
02/12/2024, 3:59 AMflat-zoo-31952
02/12/2024, 2:33 PMhallowed-artist-8187
02/12/2024, 3:57 PMhappy-kitchen-89482
02/12/2024, 4:15 PMhappy-kitchen-89482
02/12/2024, 4:16 PMflat-zoo-31952
02/12/2024, 4:18 PMflat-zoo-31952
02/12/2024, 4:21 PM- id: pants-checks
name: "Run pants-enabled checks"
entry: pants lint check test
language: system
stages: [commit,push]
pass_filenames: true
hallowed-artist-8187
02/12/2024, 4:22 PMpants pre-commit
or similar would let me run my existing pre-commit system on each sub-package
But the above would be nice too 🙂flat-zoo-31952
02/12/2024, 4:23 PMflat-zoo-31952
02/12/2024, 4:25 PMpants lint check test
as you checks doesn't scale well if that starts to include too many heavy targets. Doing something like pants pre-commit
would be cool, but would imply needing to convert all checks to be Pants-friendly, likely via adhoc_tools. It's a lot of bookeeping to get you thereproud-dentist-22844
02/13/2024, 7:16 PMproud-dentist-22844
02/13/2024, 7:17 PMcurved-manchester-66006
02/13/2024, 7:47 PMOh, I actually was thinking the other way around hahaI was hoping to use https://github.com/pantsbuild/pants/pull/20135 to turn may of the "little" pre-commit checks like
fix-byte-order-marker
into things that can be run by pants. Not sure to turn that into a more generalizable or shareable shape though.hallowed-artist-8187
02/13/2024, 7:51 PM