sustainability-lab / polire

Spatial Interpolation in Python
https://sustainability-lab.github.io/polire/
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

PEP8 #4

Closed nipunbatra closed 1 year ago

nipunbatra commented 5 years ago

https://github.com/sustainability-lab/spatial-interpolation/blob/87431699d4a86d804d50c904d66c1313983ed804/IDW/scikit_comply/working.py#L59

We should ensure that the code is PEP8 compliant. Most modern IDEs allow some PEP8 plugin that autoformats on saving.

patel-zeel commented 1 year ago

We now use black by default with a pre-commit hook.