sagedemage / movie_recommendation_system

Movie recommendation system written in Python with PyTorch.
MIT License
0 stars 0 forks source link

Setup Linting and Formatting #3

Closed sagedemage closed 2 days ago

sagedemage commented 3 days ago

Setup linting with Pylint and formatting with Black. Create a GitHub Pylint workflow to automatically lint the code-base.

Resources

sagedemage commented 3 days ago
git fetch origin
git checkout 3-setup-linting-and-formatting