mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 06:55:36 +01:00
Add spell checking
This commit is contained in:
@@ -11,3 +11,8 @@ repos:
|
|||||||
rev: 'v0.0.213'
|
rev: 'v0.0.213'
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
|
|
||||||
|
- repo: https://github.com/crate-ci/typos
|
||||||
|
rev: v1.13.6
|
||||||
|
hooks:
|
||||||
|
- id: typos
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ python = "^3.11"
|
|||||||
fastapi = "^0.89.0"
|
fastapi = "^0.89.0"
|
||||||
python-multipart = "^0.0.5"
|
python-multipart = "^0.0.5"
|
||||||
aiofiles = "^22.1.0"
|
aiofiles = "^22.1.0"
|
||||||
uvicorn = {extras = ["standart"], version = "^0.20.0"}
|
uvicorn = {extras = ["standard"], version = "^0.20.0"}
|
||||||
httpx = "^0.23.3"
|
httpx = "^0.23.3"
|
||||||
uvloop = "^0.17.0"
|
uvloop = "^0.17.0"
|
||||||
gunicorn = "^20.1.0"
|
gunicorn = "^20.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user