akaps / hanabi_ai

AI competition of the card game Hanabi, where the best AI is measured as the most cooperative and contributes to the highest scoring games
MIT License
1 stars 2 forks source link

Add a linter to the project #82

Closed akaps closed 5 years ago

akaps commented 5 years ago

I'm using Visual Studio Code, which let me install and use pylint. This doesn't seem to be a default so we should add necessary config files to the project and README. Also consider other static analysis tools to maintain the project

These are also worth adding to Travis

akaps commented 5 years ago

linte4r has been added with #124 and enabled with #130