FastAPI 11. Хранение и сокращение ссылок
Some checks failed
Lint project / lint (push) Has been cancelled
Some checks failed
Lint project / lint (push) Has been cancelled
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user