pysal / spaghetti

SPAtial GrapHs: nETworks, Topology, & Inference
http://pysal.org/spaghetti/
BSD 3-Clause "New" or "Revised" License
271 stars 70 forks source link

try pyproject.toml; remove setup.cfg #690

Closed jGaboardi closed 1 year ago

jGaboardi commented 1 year ago

This PR is an attempt to utilize pyproject-flake8(pflake8), which allows for migration to a pyproject.toml, slimming down of setup.py, and complete removal of setup.cfg. The solution proposed here allows for pflake8 to be run within pre-commit.

xref pysal/momepy#421

jGaboardi commented 1 year ago

@martinfleis Any thoughts on this or reasons not to merge?