We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84fee5 commit 5d75805Copy full SHA for 5d75805
2 files changed
pyproject.toml
@@ -73,7 +73,7 @@ static = [
73
"pydantic~=2.12.5",
74
]
75
test = [
76
- "pytest~=9.0.2",
+ "pytest~=9.0.3",
77
"pytest-benchmark~=5.2.3",
78
"pytest-cov~=7.1.0",
79
"python-dotenv~=1.2.2",
@@ -112,7 +112,13 @@ include = [
112
"mypy.ini",
113
"noxfile.py",
114
"tests/",
115
- "uv.lock",
+]
116
+exclude = [
117
+ "docs/.env",
118
+ "docs/_build/",
119
+ "docs/**/*.png",
120
+ "docs/CLAUDE.md",
121
+ "docs/AGENTS.md",
122
123
124
[tool.pytest.ini_options]
0 commit comments