Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 536 Bytes

File metadata and controls

10 lines (8 loc) · 536 Bytes

Contributing

  1. Create a virtual environment.
  2. Install pip install -e '.[dev]'.
  3. Add tests for every behavior change.
  4. Run python -m unittest discover -s tests -v and ruff check ..
  5. Do not commit datasets, scraped pages, supplier lists, logs, credentials, browser executables, or customer branding.
  6. Keep all source code, comments, variable names, documentation, and commit messages in English.

Pull requests should explain the use case, legal assumptions, tests, and any changes to data sent to external providers.