Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 474 Bytes

llments

Development Information

To start developing, install the development dependencies and pre-commit hooks:

pip install ".[dev]"
pre-commit install

There are several pre-commit hooks that will run on every commit to perform formatting, typing, and linting.

  • ruff - Runs formatting, import sorting, and linting.
  • mypy - Runs type checking.
  • markdownlint - Runs markdown linting.
  • yamllint - Runs YAML linting.