mirror of
https://github.com/copier-org/copier.git
synced 2025-05-31 23:25:15 +00:00
Pre-commit by default adds a single `\n` EOF to all files, but we have some tests that make sure that isn't done by Copier itself. This specific behavior is committed separately to keep track of it. I'm adding an exclusion filter for files named `whatever.noeof.suffix`, and those are skipped by the `end-of-file-fixer` hook. Also tests had to be changed accordingly. Nothing too special.
3 lines
35 B
YAML
3 lines
35 B
YAML
_skip_if_exists:
|
|
- "a.noeof.txt"
|