From 62844df7b672ee8b7e870fbf41aef9ea24b5f3e1 Mon Sep 17 00:00:00 2001 From: Automated Action Date: Thu, 15 May 2025 15:46:03 +0000 Subject: [PATCH] Initial commit from template --- .pre-commit-config.yaml | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .pre-commit-config.yaml create mode 100644 README.md 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.