cisagov / skeleton-generic

A generic skeleton project for quickly getting a new cisagov project started.
Creative Commons Zero v1.0 Universal
13 stars 11 forks source link

Add the `check-useless-excludes` hook to the pre-commit configuration #178

Open mcdonnnj opened 2 months ago

mcdonnnj commented 2 months ago

๐Ÿ—ฃ Description

This pull request adds the check-useless-excludes hook from the pre-commit meta 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