Skip to content

Commit 5840d91

Browse files
committed
Revert change to integration test pyproject.toml
1 parent 5e8ad7a commit 5840d91

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

integration-tests/pyproject.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,22 @@ dependencies = [
1414
[tool.pdm]
1515
distribution = true
1616

17+
[tool.pdm.dev-dependencies]
18+
dev = [
19+
"pytest",
20+
"mypy",
21+
"pytest-asyncio>=0.23.5",
22+
]
23+
1724
[build-system]
1825
requires = ["pdm-backend"]
1926
build-backend = "pdm.backend"
20-
27+
2128
[tool.ruff]
2229
line-length = 120
2330

2431
[tool.ruff.lint]
25-
select = ["F", "I", "UP"]
32+
select = ["F", "I"]
33+
34+
[tool.mypy]
35+
# Just to get mypy to _not_ look at the parent directory's config

0 commit comments

Comments
 (0)