Skip to content

Commit 1333a3a

Browse files
committed
revert unintended change
1 parent 6ee7af7 commit 1333a3a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

integration-tests/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ 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"
@@ -22,4 +29,4 @@ build-backend = "pdm.backend"
2229
line-length = 120
2330

2431
[tool.ruff.lint]
25-
select = ["F", "I", "UP"]
32+
select = ["F", "I"]

0 commit comments

Comments
 (0)