pfnet / pfrl

PFRL: a PyTorch-based deep reinforcement learning library
MIT License
1.2k stars 157 forks source link

CI lint error: Duplicate module named 'basetest_ddpg' #126

Closed muupan closed 3 years ago

muupan commented 3 years ago

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

When you run mypy as mypy , look for source files recursively also inside directories without a init.py (PR 9614)