issues
search
KCollins
/
magplots
A python library to pull data and make plots from ground magnetometers. Emphasis on plots for comparing magnetometers at conjugate points.
MIT License
0
stars
1
forks
source link
STY: Fix style for pylint
#46
Closed
KCollins
closed
3 weeks ago
KCollins
commented
2 months ago
[X] Implement Github workflow for pylint
[x] Get pylint tests to pass
Remaining issues:
[x] W1201: Use lazy % formatting in logging functions
[x] C0301: Line too long
[x] E0401: Unable to import
[x] W0718: Catching too general exception Exception
[x] W0102: Dangerous default value
[x] R1702: Too many nested blocks
[x] W0612: Unused variable
[x] R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
Remaining issues: