poetry run uvicorn server:app --reload --port 8000
poetry run python main.py
# Lint project with ruff linter
@lint:
poetry run ruff .
# Auto fix lint with ruff
@lint-fix:
poetry run ruff . --fix
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.