Skip to content

Commit dfeced8

Browse files
GeneAIclaude
authored andcommitted
fix: Exclude profile_*.py from detect-secrets
Profile scripts contain security-related profiling code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 4a0a4c6 commit dfeced8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repos:
7171
memdocs_storage/|
7272
demo_security_complete\.py$|
7373
test_memory_integration\.py$|
74-
profile_audit_logger\.py$|
74+
profile_.*\.py$|
7575
docs/|
7676
examples/|
7777
anthropic-cookbook/

0 commit comments

Comments
 (0)