Open webknjaz opened 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.
pass_filenames: true
pre-commit run --all-files
The default is
pass_filenames: true
. This was causing the checks to be skipped even withpre-commit run --all-files
. The hook was returning successful validation while there were multiple violations.