UCL / pyCascadia

Implementation of GEBCO cookbook remove-restore and other cleaning of topography/bathymetry. Uses `pyGMT`.
Mozilla Public License 2.0
9 stars 0 forks source link

Add linting capabilities to CI #39

Closed alessandrofelder closed 3 years ago

alessandrofelder commented 3 years ago

It would be good to run flake8 or similar in our CI system.

JamieJQuinn commented 3 years ago

Can steal my .flake8 config from Melvin.

What's our feeling about automatic formatting with black?

alessandrofelder commented 3 years ago

Linting was implemented in the CI. We've decided against automatic formatting for now, to keep the barrier low for new contributors (no need to implement pre-commit hooks etc).