Jeff Schumacher
Results
1
comments of
Jeff Schumacher
Calling `detect-secrets` directly, and passing in `--exclude-files` works as expected: ```bash detect-secrets scan --exclude-files '.*\.snap$' ``` When the following is added to `.secureli/.pre-commit-config.yaml`: ```yaml - hooks: - args: - --exclude-files...