change chat gpt provider (#12)

This commit is contained in:
Dmitry Afanasyev
2023-09-26 19:15:13 +03:00
committed by GitHub
parent 665bb51c0c
commit d6afab4ee4
145 changed files with 6146 additions and 7652 deletions

View File

@@ -37,12 +37,15 @@ lint-typing:
lint-complexity:
flake8 $(PY_TARGET_DIRS)
## Запустить все линтеры
lint: lint-typing lint-complexity check-import-sorting
## Проверить зависимостей
lint-deps:
safety check --full-report && pip-audit
poetry run poetry check
poetry run pip check
poetry run safety check --full-report
poetry run pip-audit
## Запустить все линтеры
lint: lint-typing lint-complexity check-import-sorting lint-deps
## Show help
help: