[6489][RM] cetmix_tower_server - #53
Conversation
|
@AungKoKoLin1997 Can you please check if we should put .void outside the pre-commit scope? I'm wondering whether we should simply drop the practice of moving deprecated modules to the .void directory if the dotfile update operation would require an extra step. |
@yostashiro For most of our repos, I don't think we should do it because custom modules are created by us and handled pre-commit. So, there is no issue even we added to .void later. But we excluded this module when we added to this repo and we must exclude .void because of that. Then, I believe we should clean the code and fix pre-commit when we need to add other custom modules that are not created by us in the future. So, I think excluding .void is unnecessary. |
|
@smorita7749 Please rebase your branch to the latest 16.0 code. |
28876af to
61cf2f7
Compare
|
@smorita7749 |
It seems to be all good after removing paramiko from requirements.txt. |
6489