py-stockfish / stockfish

Integrates the Stockfish chess engine with Python (Official fork)
https://py-stockfish.github.io/stockfish/
MIT License
30 stars 9 forks source link

Running pylint for cleanup ideas #45

Open johndoknjas opened 1 year ago

johndoknjas commented 1 year ago

Not an issue per se, more just an idea. Pylint gives some output if run (e.g., pylint models.py), so this could give some ideas for possible improvements to the code.