Skip to content

Commit 45c0104

Browse files
Rename CLAUDE.md to AGENTS.md to be more general (#337)
1 parent c798e3d commit 45c0104

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- id: prettier
4040
types_or: [yaml, markdown, html, css, scss, javascript, json]
4141
args: [--prose-wrap=always]
42-
exclude: ^CLAUDE\.md$
42+
exclude: ^AGENTS\.md$
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
4545
rev: "v0.4.1"
@@ -75,7 +75,7 @@ repos:
7575
name: Disallow improper capitalization
7676
language: pygrep
7777
entry: PyBind|Numpy|Cmake|CCache|Github|PyTest
78-
exclude: (?x)(^\.pre-commit-config\.yaml$|^CLAUDE\.md$)
78+
exclude: (?x)(^\.pre-commit-config\.yaml$|^AGENTS\.md$)
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
8181
rev: "0.28.2"
File renamed without changes.

0 commit comments

Comments
 (0)