sonaalPradeep / arxiv-telegram-bot

0 stars 1 forks source link

GitHub actions #28

Open sonaalPradeep opened 2 years ago

sonaalPradeep commented 2 years ago

Ola! We've got two new workflows now; one for the pylinters and the other for the UTs. The only complicated bit was the pylint configuration for Mypy, which required a lot of hardcoding, especially for the categories files.

@gauthamkrishna9991 can you try to see if you can make the Mypy configuration a little bit more simple/simplified?

gouthamkrishnakv commented 2 years ago

Ola! We've got two new workflows now; one for the pylinters and the other for the UTs. The only complicated bit was the pylint configuration for Mypy, which required a lot of hardcoding, especially for the categories files.

@gauthamkrishna9991 can you try to see if you can make the Mypy configuration a little bit more simple/simplified?

I'll check that out actually. It seems like it could be simplified. Maybe add enhancements to this PR, maybe.

sonaalPradeep commented 2 years ago

Ola! We've got two new workflows now; one for the pylinters and the other for the UTs. The only complicated bit was the pylint configuration for Mypy, which required a lot of hardcoding, especially for the categories files. @gauthamkrishna9991 can you try to see if you can make the Mypy configuration a little bit more simple/simplified?

I'll check that out actually. It seems like it could be simplified. Maybe add enhancements to this, maybe.

Thanks!