LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
11 stars 8 forks source link

Run Pylint #181

Closed deepgandhi closed 2 years ago

deepgandhi commented 2 years ago

Run Pylint and make corrections.

In minegauler/core/api.py f-string is unnecessesary for logger. Hence, it is removed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #181 (7354e59) into dev (4c82a33) will decrease coverage by 0.00%. The diff coverage is 73.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #181      +/-   ##
==========================================
- Coverage   70.72%   70.71%   -0.01%     
==========================================
  Files          38       38              
  Lines        3720     3719       -1     
==========================================
- Hits         2631     2630       -1     
  Misses       1089     1089              
Impacted Files Coverage Δ
minegauler/core/split_cell/game.py 19.59% <0.00%> (ø)
minegauler/core/split_cell/types.py 73.91% <ø> (ø)
minegauler/core/api.py 90.36% <33.33%> (ø)
minegauler/core/engine.py 81.65% <100.00%> (ø)
minegauler/core/game.py 95.83% <100.00%> (ø)
minegauler/shared/utils.py 80.98% <100.00%> (-0.14%) :arrow_down:

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 9f10c21...7354e59. Read the comment docs.