diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 297c20a..810ecb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index c6f4b43..53392f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"