fatiando / erizo

DISCONTINUED. Elastic multi-component interpolation of GPS/GNSS ground displacement.
https://www.fatiando.org/erizo
BSD 3-Clause "New" or "Revised" License
5 stars 8 forks source link

Use flake8 to check docstring line lengths #2

Closed leouieda closed 4 years ago

leouieda commented 4 years ago

Docstrings need to be 79 characters wide since Jupyter/IPython (and other IDEs) don't really render the text. So longer lines get wrapped making docstrings unreadable.

Reminders

welcome[bot] commented 4 years ago

πŸ’– Thanks for opening this pull request! πŸ’–

Please make sure you read our Contributing Guide and abide by our Code of Conduct.

A few things to keep in mind:

codecov[bot] commented 4 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   65.82%   65.82%           
=======================================
  Files           3        3           
  Lines          79       79           
  Branches       11       11           
=======================================
  Hits           52       52           
  Misses         27       27

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 84c0122...ac32460. Read the comment docs.