Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 808 Bytes

File metadata and controls

41 lines (27 loc) · 808 Bytes

Contributing

There are many ways to contribute to the project. You may improve the documentation, address a bug, add some feature to the code or do something else. All sort of contributions are welcome.

Development

This project use

Code linter

To lint your code, you may run:

$ uv run ruff check --fix .

Code formatter

To format your code, you may run:

$ uv run ruff format .

Testing

To run tests against all supported python and django versions, you may run:

$ uv run nox

To see all tests, you may use:

$ uv run nox --list