pzahemszky / pZudoku

A sudoku solver written in Python.
0 stars 0 forks source link

PEP8 fixes #88

Closed pzahemszky closed 5 years ago

pzahemszky commented 5 years ago

Clean up some PEP8 code style issues.

Also, append --ignore= to flake8 if we're at it.

codecov[bot] commented 5 years ago

Codecov Report

Merging #88 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #88   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         420    420           
  Branches       41     41           
=====================================
  Hits          420    420
Impacted Files Coverage Δ
pZudoku/tests/test_hb6d_board.py 100% <ø> (ø) :arrow_up:
pZudoku/hb6d_board.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d8c601...9c13ac9. Read the comment docs.