Skip to content

Commit f1350e4

Browse files
committed
Add upstream and local sections for 'type' extra, since many projects will have 'types-*' dependencies.
1 parent 1a27fd5 commit f1350e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ enabler = [
5757
]
5858

5959
type = [
60+
# upstream
6061
"pytest-mypy",
62+
63+
# local
6164
]
6265

6366

0 commit comments

Comments
 (0)