From 578e9a49f9cca53701b578267ee083a30ccd446c Mon Sep 17 00:00:00 2001 From: Prasad Date: Tue, 3 Feb 2026 13:18:38 +0530 Subject: [PATCH] chore(dev): pin rich and update agent note --- AGENTS.md | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index c0eee5f0..8369672a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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: diff --git a/pyproject.toml b/pyproject.toml index ace8b0d5..3eef4724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]