MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
47 stars 45 forks source link

Automatic Linting #275

Open ssolson opened 8 months ago

ssolson commented 8 months ago

Enforce a style guide on files in the MHKiT repository via GitHub Actions.

ssolson commented 7 months ago

I am going to break this task into two PRs:

ssolson commented 5 months ago

With autoformatting enabled I am moving on to linting via pylint. I will take the module approach following the similar steps as Adam on the xarray overhaul.