2 Commits

Author SHA1 Message Date
Jairo Llopis
2ff11656e2 Specific configurations for files that need no EOF
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.
2019-12-10 11:45:41 +00:00
Juan-Pablo Scaletti
5e008493e8 Add a skip_if_exists option 2019-06-13 21:36:47 -05:00