worldbank / GOSTnets

Convenience wrapper for networkx analysis using geospatial information, focusing on OSM
https://worldbank.github.io/GOSTnets/
MIT License
21 stars 15 forks source link

Auto linting/styling of code #45

Closed elbeejay closed 5 months ago

elbeejay commented 6 months ago

Add a linter and potentially a styler to automatically lint and style the code as part of the CI process when pull requests are opened and when pushes are made to 'main'.

g4brielvs commented 6 months ago

@elbeejay Thanks! It'd be fantastic to introduce something like pre-commit - which creates git hooks as well. Do you have any thoughts?

elbeejay commented 6 months ago

@elbeejay Thanks! It'd be fantastic to introduce something like pre-commit - which creates git hooks as well. Do you have any thoughts?

They look useful to me, I've never set one up personally but I'm all for it.

g4brielvs commented 5 months ago

Closed by #52.