Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 821 Bytes

File metadata and controls

17 lines (11 loc) · 821 Bytes

FastAPI Startkit

codecov PyPI version Python versions

A modular, provider-driven framework for building Python applications with FastAPI. Full documentation is available at fastapi-startkit.github.io.

Setup

After cloning, activate the git hooks:

git config core.hooksPath .githooks

This enables the pre-commit hook that runs ruff check --fix on the core package before every commit.