makepath / xarray-spatial

Raster-based Spatial Analytics for Python
https://xarray-spatial.readthedocs.io/
MIT License
828 stars 84 forks source link

Add flake8 to pytest #697

Closed ianthomas23 closed 2 years ago

ianthomas23 commented 2 years ago

Closes #679.

This adds running flake8 to pytest via the test_codebase.py script. Hence if you run pytest locally before submitting a PR it will run flake8 too.