andreoliwa / nitpick

Enforce the same settings on multiple projects
https://nitpick.readthedocs.io/
MIT License
400 stars 25 forks source link

Stop passing filenames to `nitpick-check` @ pre-commit hooks #673

Open webknjaz opened 2 months ago

webknjaz commented 2 months ago

The default is pass_filenames: true. This was causing the checks to be skipped even with pre-commit run --all-files. The hook was returning successful validation while there were multiple violations.