Add spell checking

This commit is contained in:
2023-01-07 22:49:30 +01:00
parent 1079de76a5
commit 4d4891b538
2 changed files with 6 additions and 1 deletions

View File

@@ -11,3 +11,8 @@ repos:
rev: 'v0.0.213'
hooks:
- id: ruff
- repo: https://github.com/crate-ci/typos
rev: v1.13.6
hooks:
- id: typos

View File

@@ -9,7 +9,7 @@ python = "^3.11"
fastapi = "^0.89.0"
python-multipart = "^0.0.5"
aiofiles = "^22.1.0"
uvicorn = {extras = ["standart"], version = "^0.20.0"}
uvicorn = {extras = ["standard"], version = "^0.20.0"}
httpx = "^0.23.3"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"