AlphaZeroIncubator / AlphaZero

Our implementation of AlphaZero for simple games such as Tic-Tac-Toe and Connect4.
0 stars 0 forks source link

Add flake8 to CI #27

Closed guidopetri closed 4 years ago

guidopetri commented 4 years ago

This is definitely going to fail, I have a bunch of errors when running locally. Will fix in new commits and hopefully there won't be any collisions between black and flake8.

guidopetri commented 4 years ago

Black has a default line length of 88, while flake8 has it at 80. These collide (since black auto-formats to one line if it would fit in 88 characters), so I'm also changing the black check to take 80 line length.