Commit 95e8466
committed
ci: exclude binary GP files from end-of-file-fixer + trim gpif.py trailing blank
The pre-commit `end-of-file-fixer` and `trailing-whitespace` hooks
treat binary Guitar Pro files (.gp, .gp3..gp8, .gpx, .tmp) as text
and report spurious "files modified" failures on every CI run.
Add an exclude pattern covering all GP binary extensions so the hooks
only act on real text sources.
Also drop the extra trailing newline at the end of `src/guitarpro/gpif.py`
that the same hook flagged.1 parent f8a863b commit 95e8466
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2640 | 2640 | | |
2641 | 2641 | | |
2642 | 2642 | | |
2643 | | - | |
0 commit comments