Closed muupan closed 3 years ago
https://ci.preferred.jp/pfrl.lint/67862/#L75
This seems caused by mypy==0.800, which now recursively searches directories.
mypy==0.800
https://mypy-lang.blogspot.com/2021/01/mypy-0800-released.html
When you run mypy as mypy , look for source files recursively also inside directories without a init.py (PR 9614)
https://ci.preferred.jp/pfrl.lint/67862/#L75
This seems caused by
mypy==0.800
, which now recursively searches directories.https://mypy-lang.blogspot.com/2021/01/mypy-0800-released.html