Skip to content
Snippets Groups Projects
Commit 51e19b42 authored by Mate Balajti's avatar Mate Balajti
Browse files

fix: install mypy stubs

parent b4c8b52c
No related branches found
No related tags found
1 merge request!46refactor: update main and tests for CI workflow
Pipeline #17245 failed
...@@ -33,5 +33,6 @@ Flake8/Pylint/mypy-test-job: # Test Stage ...@@ -33,5 +33,6 @@ Flake8/Pylint/mypy-test-job: # Test Stage
- pip install -e . - pip install -e .
- flake8 --docstring-convention google tsg/ tests/ - flake8 --docstring-convention google tsg/ tests/
- pylint tsg/ tests/ - pylint tsg/ tests/
- mypy --install-types
- mypy tsg/ tests/ - mypy tsg/ tests/
- echo "Linters successfully deployed." - echo "Linters successfully deployed."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment