FastAPI 11. Хранение и сокращение ссылок
Some checks failed
Lint project / lint (push) Has been cancelled

This commit is contained in:
2025-09-25 12:00:27 +04:00
parent 5a299cf47d
commit be4e939f39
23 changed files with 611 additions and 9 deletions

View File

@ -19,7 +19,7 @@ repos:
rev: v3.19.0
hooks:
- id: pyupgrade
args: [ --py312-plus ]
args: [ --py313-plus ]
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
@ -39,7 +39,7 @@ repos:
rev: 24.10.0
hooks:
- id: black
language_version: python3.12
language_version: python3.13
args: [ --line-length=120 ]
- repo: https://github.com/astral-sh/ruff-pre-commit