Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add new way of authentication #26

Merged
merged 11 commits into from
Dec 1, 2022
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Checking if imports are sorted correctly
run: poetry run isort --check --diff -l 120 --profile black vmngclient
- name: Check static-typing
run: poetry run mypy --show-error-codes --show-error-context --pretty vmngclient
run: poetry run mypy --show-error-codes --show-error-context --pretty --install-types vmngclient
- name: Check code style
run: poetry run flake8 --max-line-length 120 vmngclient
Loading