Skip to content

elims

PyPI PyPI - Python Version License CI Codecov Quality Gate Status Documentation

Testing tools

  • uv run ruff check elims/ # Uses [tool.ruff]
  • uv run mypy elims/ # Uses [tool.mypy]
  • uv run mdformat docs/ # Uses [tool.mdformat]
  • uv run vale

Hooks

Install hooks

  • uv run pre-commit install

Run on all files

  • uv run pre-commit run --all-files
  • uv run pre-commit run --files path/to/file.py