Is there any subsystem for formatting HTML files? ...
# general
p
Is there any subsystem for formatting HTML files? I see prettier , but Im having trouble getting it working on html files
c
I'm not sure about html but for python at least I'm doing all of my formatting and linting outside of pants (using ruff). Some formatters and linters are so fast that you wouldn't need to worry about running it incrementally on any repo that pants would be appropriate for.