Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 442 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 442 Bytes

Setting up a development environment

  1. Install Python 3.12
  2. Install uv - see the uv docs
  3. Run uv sync --extra azure to install the project's dependencies

Running the CI lints locally

See linting.yml for the list of linting commands run by the CI on Github, such as:

$ uv run ruff check .
$ uv run ruff format --check .
$ uv run mypy .