Skip to content

Repository files navigation

hello-flatten

A dummy repository for debugging and testing GitHub repo filtering functionality.

Installation

poetry install

Usage

from hello_flatten.hello.world import say_hello

# Generate a greeting
greeting = say_hello("Developer")
print(greeting)  # Output: Hello, Developer!

Or use the CLI:

poetry run hello-flatten

Development

Setup

  1. Install Poetry
  2. Clone the repository
  3. Install dependencies:
    poetry install
  4. Install pre-commit hooks:
    poetry run pre-commit install

Testing

poetry run pytest

Code Quality

# Format code
poetry run black .
poetry run isort .

# Lint
poetry run ruff check .

# Type check
poetry run mypy .

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages