This pull request adds the check-useless-excludes hook from the pre-commitmeta source. It also removes an exclude definition that does not apply to any files in the repository as a result.
๐ญ Motivation and context
This will help keep our pre-commit configuration accurate.
๐งช Testing
Automated tests pass.
โ Pre-approval checklist
[x] This PR has an informative and human-readable title.
[x] Changes are limited to a single goal - eschew scope creep!
[x] All relevant type-of-change labels have been added.
๐ฃ Description
This pull request adds the check-useless-excludes hook from the pre-commit
meta
source. It also removes anexclude
definition that does not apply to any files in the repository as a result.๐ญ Motivation and context
This will help keep our pre-commit configuration accurate.
๐งช Testing
Automated tests pass.
โ Pre-approval checklist