Skip to content

Commit 9e676a1

Browse files
committed
add to reqs
1 parent 753829b commit 9e676a1

File tree

2 files changed

+702
-99
lines changed

2 files changed

+702
-99
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,12 @@ members = [
8383

8484
[dependency-groups]
8585
# dev dependencies are defined in `pydantic-ai-slim/pyproject.toml` to allow for minimal testing
86-
lint = ["mypy>=1.11.2", "pyright>=1.1.390", "ruff>=0.6.9"]
86+
lint = [
87+
"codeflash>=0.15.6",
88+
"mypy>=1.11.2",
89+
"pyright>=1.1.390",
90+
"ruff>=0.6.9",
91+
]
8792
docs = [
8893
"pydantic-ai[a2a]",
8994
"black>=24.10.0",

0 commit comments

Comments
 (0)