Skip to content

Commit f66295b

Browse files
committed
Log filenames when running pytest-mypy
1 parent 5a6c153 commit f66295b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ enabler = [
6363

6464
type = [
6565
# upstream
66-
"pytest-mypy",
66+
"pytest-mypy >= 1.0.1",
6767

6868
# local
6969
]

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ norecursedirs=dist build .tox .eggs
33
addopts=
44
--doctest-modules
55
--import-mode importlib
6+
--mypy-report-style mypy
67
consider_namespace_packages=true
78
filterwarnings=
89
## upstream

0 commit comments

Comments
 (0)