commit 7c63d7380c45f9d6572f3e49c9eb339bf94c7a35 Author: Automated Action Date: Fri May 16 12:24:50 2025 +0000 Initial commit from template diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..7a5cf2d --- /dev/null +++ b/.pre-commit-config.yaml @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8acfba --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# FastAPI Application + +This is a FastAPI application bootstrapped by BackendIM, the AI-powered backend generation platform.