Skip to content

yannaev/aiogram-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiogram bot template

Running the application

From the command line

uv run python -m app

Using Ruff

Lint files in the current directory

uv run ruff check

Lint files in the current directory and fix any fixable errors

uv run ruff check --fix

Format all files in the current directory

uv run ruff format

Alembic

uv run alembic init -t async alembic
uv run alembic revision --autogenerate -m "Init"
uv run alembic upgrade head

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published