mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
change chat gpt provider (#12)
This commit is contained in:
11
Makefile
11
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user