AFM-SPM / TopoStats

An AFM image analysis program to batch process data and obtain statistics from images
https://afm-spm.github.io/TopoStats/
GNU Lesser General Public License v3.0
57 stars 10 forks source link

chore(tracing,skeleton): Line length linting; correcting tpyos #827

Closed ns-rse closed 5 months ago

ns-rse commented 5 months ago

Missed a copy and paste tpyo and have corrected Raito > Ratio.

Also when trying to make the commit pylint (via pre-commit) checks informed me there were a number of lines in the added docstrings that were beyond the 120 character limit.

I think this may be because Black and Ruff don't touch docstrings, but most IDEs have support to hard-wrap lines at a given length, although in VSCode this appears to require a plugin.