Skip to content

Latest commit

History

History
16 lines (12 loc) 路 500 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) 路 500 Bytes

geometry-to-spatialite

This project uses:

Development Tasks:

  • Install dependencies: poetry install
  • Run the test suite: ./run_tests.py
  • Sort imports: isort --profile black .
  • Run lint checks: flake8 .
  • Auto-format: black .