It would be useful to choose a style format and then automatically enforce this. In geograypher we use isort for import ordering and black for code formatting. These are managed by github action so it runs automatically on pushes to main and PRs. I think this has worked well and I'd recommend doing the same.
It would be useful to choose a style format and then automatically enforce this. In geograypher we use
isort
for import ordering andblack
for code formatting. These are managed by github action so it runs automatically on pushes to main and PRs. I think this has worked well and I'd recommend doing the same.