wdoug / python-practice

Miscellaneous python code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Practice

Set up

  1. Clone repo
  2. Make sure python3.12 is installed
  3. Install Poetry
  4. Run poetry install
  5. Run poetry run pre-commit install

Tests

poetry run pytest

Format

poetry run black .

Lint

poetry run ruff .

About

Miscellaneous python code


Languages

Language:Python 100.0%