igorsimb / mp-monitor

Django app for scraping Wildberries
1 stars 0 forks source link

Add type hinting to functions and classes #8

Closed igorsimb closed 11 months ago

igorsimb commented 12 months ago

As the title says

igorsimb commented 11 months ago

Installed MyPy and Pylint to help with that. Gradually adding type hints to the code base. As of now, most functions and tests include type hints.