

chore: exclude files with fake OpenAI secrets from being checked
@42ad3958f80df70cee6369f4a9dd2b641a17cfdb
--- .pre-commit-config.yaml
+++ .pre-commit-config.yaml
... | ... | @@ -44,3 +44,4 @@ |
44 | 44 |
rev: v1.5.0 |
45 | 45 |
hooks: |
46 | 46 |
- id: detect-secrets |
47 |
+ exclude: 'README.md|tests/conftest.py' |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?