pysat / pysatSeasons

Seasonal Analysis routines for pysat
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

STY/TST: Update code and docstring style, include in CI tests #32

Closed jklenzing closed 2 years ago

jklenzing commented 2 years ago

Description

Adds flake8-dcostrings and hacking to CI environments for improved style checks.

Updates style accordingly:

Type of change

How Has This Been Tested?

flake8 . --count --select=D,E,F,H,W --show-source --statistics

Test Configuration:

Checklist:

rstoneback commented 2 years ago

Thanks @jklenzing!