preamble
Formats files with a preamble, with the preamble looked up based on path.
This is useful for things such as copyright headers or shebang lines.
Pants substitutes the following identifiers (following Python's string.Template
substitutions): - $year: The current year (only used when actually writing the year to the file).
Backend: pants.backend.tools.preamble
Config section: [preamble]