Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 640 Bytes

File metadata and controls

29 lines (20 loc) · 640 Bytes

Contributing to MessageFormat2

You can help improve this project by either opening issues or submitting pull requests for

  • bugs
  • differing behaviour between the package and official specification
  • documentation
  • implementing missing features (e.g. missing options for formatters)

Dev setup

Clone the repository and then run this command to install the package in editable mode:

pip install -e .[dev]

Running tests

pytest --doctest-modules

Code quality

ty tests/ messageformat2/
ruff check tests/ messageformat2/