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

Linter: wrong-import-order #115

Closed akaps closed 5 years ago

akaps commented 5 years ago

Describe the bug We had to disable the wrong-import-order rule from the linter, since we violate the rule in the current project

To Reproduce

  1. remove wrong-import-order from the disabled set of rules in .pylintrc
  2. run pylint hanabi_ai

Expected behavior pylint comes back clean, 10/10 score

akaps commented 5 years ago

Resolved with #130