Skip to content

AccentDesign/accentnotifications

Repository files navigation

Test

Commands

Install dependencies

uv sync --all-extras

Run tests

uv run pytest tests

Run linters

ruff:

uv run ruff format accentnotifications example tests
uv run ruff check --fix accentnotifications example tests

Build package

install dependencies:

uv tool install hatch

build package:

rm -rf dist && uv build

Publish package

uv publish --token <token>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages