Initial commit from template

This commit is contained in:
Automated Action 2025-05-16 04:11:37 +00:00
commit 649a4f7e04
2 changed files with 11 additions and 0 deletions

8
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,8 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Find the latest tag/version at https://github.com/astral-sh/ruff-pre-commit/releases
rev: 'v0.4.4' # Replace with the latest version if desired
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# FastAPI Application
This is a FastAPI application bootstrapped by BackendIM, the AI-powered backend generation platform.