Skip to content

Commit 92ab9d7

Browse files
Merge branch 'v4-dev' into feature/from_fesom2
2 parents 38bbf1e + ad09f1e commit 92ab9d7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
types: [text]
1111
files: \.(json|ipynb)$
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.2
13+
rev: v0.14.4
1414
hooks:
1515
- id: ruff
1616
name: ruff lint (.py)

CLAUDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## GitHub Interaction Guidelines
2+
3+
- **NEVER impersonate the user on GitHub**, always sign off with something like
4+
"[This is Claude Code on behalf of Jane Doe]"
5+
- Never create issues nor pull requests on the GitHub repository unless
6+
explicitly instructed
7+
- Never post "update" messages, progress reports, or explanatory comments on
8+
GitHub issues/PRs unless specifically instructed
9+
- When creating commits, always include a co-authorship trailer:
10+
`Co-authored-by: Claude <[email protected]>`

0 commit comments

Comments
 (0)