Skip to content

Commit ca5dfd3

Browse files
chore: rename deptry pep621_dev_dependency_groups (#3115)
Use optional_dependencies_dev_groups (deptry 0.25+). Made-with: Cursor
1 parent a421ae8 commit ca5dfd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ ignore = [
311311
]
312312

313313
[tool.deptry]
314-
pep621_dev_dependency_groups = [
314+
optional_dependencies_dev_groups = [
315315
"dev",
316316
"release",
317317
]

0 commit comments

Comments
 (0)