fract4d / gnofract4d

A fractal generation program for linux
Other
116 stars 27 forks source link

Pin pylint to version 2.6.2 #236

Closed cjmayo closed 3 years ago

cjmayo commented 3 years ago

Avoid false positives with 2.7.

2.7.0 E1101: Instance of 'OverloadList' has no 'ret' member (no-member) https://github.com/fract4d/gnofract4d/runs/1955404235#step:9:15

2.7.2 E1126: Sequence index is not an int, slice, or instance with __index__ (invalid-sequence-index) https://github.com/PyCQA/pylint/issues/4083

codecov[bot] commented 3 years ago

Codecov Report

Merging #236 (4986142) into master (8e103be) will increase coverage by 0.00%. The diff coverage is 86.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #236   +/-   ##
=======================================
  Coverage   85.94%   85.94%           
=======================================
  Files          55       55           
  Lines       10388    10389    +1     
=======================================
+ Hits         8928     8929    +1     
  Misses       1460     1460           
Impacted Files Coverage Δ
fract4dgui/main_window.py 63.88% <0.00%> (ø)
fract4dgui/angle.py 83.72% <100.00%> (ø)
fract4dgui/application_widgets.py 91.80% <100.00%> (+0.06%) :arrow_up:
fract4dgui/application_window.py 89.18% <100.00%> (ø)
fract4dgui/fourway.py 93.82% <100.00%> (ø)

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 52eef97...15a0490. Read the comment docs.