gis-ops / routingpy

🌎 Python library to access all public routing, isochrones and matrix APIs in a consistent manner.
https://routingpy.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
270 stars 26 forks source link

Update pre-commit hooks #118

Closed sadikkuzu closed 1 year ago

sadikkuzu commented 1 year ago
- https://github.com/pycqa/flake8 5.0.4
+ https://github.com/charliermarsh/ruff-pre-commit v0.0.290
sadikkuzu commented 1 year ago

It's my pleasure to have implemented the ruff part too:)

Sure, yes, I totally agree with you about having a single configuration file. When I was looking up where flake8 configs are, I saw the setup.cfg file, and I mistakenly thought you were using separate files. I totally missed the existence of pyproject.toml. 😅 I'll make the necessary changes and move the configs there. 👍🏼