napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

Warning in `trailing-whitespace` pre-commit hook #140

Closed gatoniel closed 1 year ago

gatoniel commented 1 year ago

Hi, when executing the pre-commit hooks, I get the warning

[WARNING] The 'exclude' field in hook 'trailing-whitespace' is a regex, not a glob -- matching '/*' probably isn't what you want here
Czaki commented 1 year ago

Thanks for reporting. I have created PR with bugfix for this: #141

dalthviz commented 1 year ago

Hi, I think this could be closed since #141 was merged?