Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Do:
- Keep docstrings Numpy-style for public APIs.
- Use ruff for formatting/linting and respect line length 99.
- Follow existing collection/resource patterns and naming.
- Only add tests when explicitly requested by the user.

Don’t:

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dev = [
"griffe-pydantic>=1.1.2",
"mike>=2.1.3",
"pre-commit>=4.2.0",
"rich>=14.3.2,<15"
]

[project.urls]
Expand Down