Skip to content

Commit 1b52c87

Browse files
committed
tune mypy requirements for report generation
1 parent 10dc877 commit 1b52c87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ pytest = [
3939
"coverage[toml]>=5.0",
4040
]
4141
mypy = [
42-
"mypy[faster-cache]>=2.0",
43-
"lxml",
42+
"mypy[faster-cache,reports]>=2.0",
4443
"rich",
4544
]
4645
tox-test = [

0 commit comments

Comments
 (0)