Satip icon indicating copy to clipboard operation
Satip copied to clipboard

Fix linting errors

Open peterdudfield opened this issue 3 years ago • 0 comments

Detailed Description

Fix linting erros - see https://github.com/openclimatefix/Satip/actions/runs/3563545670

Context

Good to keep linting clean

Possible Implementation

  • run flake8 --max-line-length 100 --extend-ignore=E203 --per-file-ignores="__init__.py:F401" satip
  • isort an blacks

peterdudfield avatar Nov 28 '22 13:11 peterdudfield