Skip to content

Commit b05b56f

Browse files
authored
Apply suggestions from code review
Signed-off-by: Paillat <[email protected]>
1 parent 55c49b4 commit b05b56f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ docs = [
6969
dev = [
7070
"codespell==2.4.1",
7171
"coverage~=7.8",
72-
"mypy~=1.15.0",
72+
"mypy~=1.17.1",
7373
"pre-commit==4.2.0",
74-
"ruff>=0.11.9",
74+
"python-dotenv>=1.1.1",
7575
"tox>=4.27.0",
7676
"tox-gh>=1.5.0",
7777
"tox-uv>=1.26.1",
@@ -80,7 +80,6 @@ dev = [
8080
test = [# Not in `dev` becuase we use tox for testing. Tox will install these dependencies.
8181
"pytest~=8.3.5",
8282
"pytest-asyncio~=0.24.0",
83-
"ruff>=0.11.9",
8483
]
8584
ci = [
8685
"pygithub>=2.7.0",

0 commit comments

Comments
 (0)