Skip to content

sim0nides/automato

Repository files navigation

Development

Installation

  1. Install poetry

  2. Install dependencies:

poetry install
  1. Enable pre-commit hook:
poetry run pre-commit install

Useful commands

  • Run tests:
poetry run pytest
  • Lint:
poetry run ruff # use --fix to write changes
  • Sort imports:
poetry run isort # use --diff without applying changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages