sangttruong / ginrummy

A data-driven approach for Gin Rummy hand evaluation
MIT License
8 stars 3 forks source link

Inconsistent Python tab sizes #6

Open ShutoAraki opened 3 years ago

ShutoAraki commented 3 years ago

[Problem] Tab sizes are inconsistent on the existing python code base.

[Solution] We can set up a linter on GitHub Actions or some CI/CD tool. https://github.com/marketplace/actions/python-linter

sangttruong commented 3 years ago

ESLinter: https://www.youtube.com/watch?v=GEoSWzdQsno

MasayukiNagai commented 3 years ago

If everyone is using vscode, it might be useful to add .vscode/settings.json for the workspace to avoid such inconsistency