This pull request updates the exclude definition for the bandit hook in our pre-commit configuration.
๐ญ Motivation and context
In #175 we removed the systemd_enabled scenario but we missed updating the pre-commit configuration. In addition to rectifying that mistake I also updated the exclude definition to blanket cover any molecule scenario's tests/ directory.
๐ฃ Description
This pull request updates the
exclude
definition for the bandit hook in our pre-commit configuration.๐ญ Motivation and context
In #175 we removed the
systemd_enabled
scenario but we missed updating the pre-commit configuration. In addition to rectifying that mistake I also updated theexclude
definition to blanket cover any molecule scenario'stests/
directory.๐งช Testing
Automated tests pass. I verified with the
check-useless-excludes
meta
hook from https://github.com/cisagov/skeleton-generic/pull/178 that it resolves to at least one file in the repository.โ Pre-approval checklist