Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 423 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 423 Bytes

Contributing

This page lists the steps needed to set up a development environment and contribute to the project.

  1. Fork and clone this repo.

  2. Install tox.

  3. Run tests:

    tox run

    or for a specific python version

    tox run -f py311
  4. Running other tox commands (eg. linting):

    tox -e fix