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 55c49b4 commit b05b56fCopy full SHA for b05b56f
pyproject.toml
@@ -69,9 +69,9 @@ docs = [
69
dev = [
70
"codespell==2.4.1",
71
"coverage~=7.8",
72
- "mypy~=1.15.0",
+ "mypy~=1.17.1",
73
"pre-commit==4.2.0",
74
- "ruff>=0.11.9",
+ "python-dotenv>=1.1.1",
75
"tox>=4.27.0",
76
"tox-gh>=1.5.0",
77
"tox-uv>=1.26.1",
@@ -80,7 +80,6 @@ dev = [
80
test = [# Not in `dev` becuase we use tox for testing. Tox will install these dependencies.
81
"pytest~=8.3.5",
82
"pytest-asyncio~=0.24.0",
83
84
]
85
ci = [
86
"pygithub>=2.7.0",
0 commit comments