Skip to content
Snippets Groups Projects
Verified Commit d46cfe86 authored by hanfi's avatar hanfi
Browse files

init fastapi app

parents
No related branches found
No related tags found
No related merge requests found
[flake8]
max-line-length = 88
extend-ignore = E203
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# SQLite Databases
*.db
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort/
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
black==23.3.0
flake8==6.0.0
isort==5.12.0
pre-commit==3.2.2
fastapi==0.95.1
Jinja2==3.1.2
python-multipart==0.0.6
SQLAlchemy==2.0.9
uvicorn[standard]==0.21.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment