@copilot do NOT accept specific modules as args! rely on the source-root. Enable the strict arg and add docstrings if necessary to comply with it,
Originally posted by @nathanjmcdougall in #1624 (comment)
When creating custom hooks, we should NEVER hard-code module names into the .pre-commit-config file. We should use --source-root=src or similar and then automatically scan. This helps avoid rot.