Skip to content

Commit 2711a53

Browse files
committed
docs: update CLAUDE.md with testing exemption for non-code changes
Add instruction that tests are not required for changes that don't affect Python code.
1 parent bc96581 commit 2711a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This file documents repository-level expectations and instructions intended to g
44

55
- Ask for approval before any git commit and push
66
- Always all tests by find all fils with 'find' command and run them all one by one
7+
- If the change does not change to any real code, like python, then no need to test at all
78
- Never commit credentials, keys, .env files
89
- After any changes, run the folling to reinstall the project:
910
```

0 commit comments

Comments
 (0)