fix: deleted python code

This commit is contained in:
Arduinum
2026-01-29 15:20:29 +03:00
committed by Arduinum628
parent b58f826ea4
commit 1bac371217
26 changed files with 0 additions and 725 deletions

View File

@@ -7,26 +7,3 @@ repos:
- id: check-case-conflict
- id: check-merge-conflict
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v3.21.2
hooks:
- id: pyupgrade
args: [ --py313-plus ]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.0
hooks:
- id: ruff-check
args: [ "--fix", "--line-length=120" ]
- repo: https://foundry.fsky.io/vel/ty-pre-commit
rev: 0.0.3
hooks:
- id: ty-check
additional_dependencies:
- sqlalchemy
- alembic
- pydantic-settings
- fastapi
- uvicorn