File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
5858 - name : Lint with Pylint
5959 working-directory : ${{ matrix.library.path }}
6060 run : |
61- poetry run pylint ${{ matrix.library.name }} --disable=W --rcfile=.pylintrc
61+ poetry run pylint ${{ matrix.library.name }} --disable=W --rcfile=.pylintrc
6262 - name : Static type checking with Mypy
6363 working-directory : ${{ matrix.library.path }}
6464 run : |
65- poetry run mypy ${{ matrix.library.name }}
65+ poetry run mypy ${{ matrix.library.name }} --ignore_missing_imports
6666 - name : Run the tests
6767 working-directory : ${{ matrix.library.path }}
6868 run : |
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ pytest-asyncio = "^0.24.0"
4040[mypy ]
4141warn_unused_configs = true
4242files = " kiota_abstractions"
43- ignore_missing_imports = true
4443
4544[tool .yapf ]
4645based_on_style = " pep8"
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ pytest-asyncio = "^0.24.0"
4343[mypy ]
4444warn_unused_configs = true
4545files = " kiota_authentication_azure"
46- ignore_missing_imports = true
4746
4847[tool .yapf ]
4948based_on_style = " pep8"
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ pytest-mock = "^3.14.0"
4444[tool .mypy ]
4545warn_unused_configs = true
4646files = " kiota_http"
47- ignore_missing_imports = true
4847
4948[tool .yapf ]
5049based_on_style = " pep8"
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ pytest-asyncio = "^0.24.0"
3939[tool .mypy ]
4040warn_unused_configs = true
4141files = " kiota_serialization_form"
42- ignore_missing_imports = true
4342
4443[tool .yapf ]
4544based_on_style = " pep8"
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ pytest-asyncio = "^0.24.0"
3939[tool .mypy ]
4040warn_unused_configs = true
4141files = " kiota_serialization_json"
42- ignore_missing_imports = true
4342
4443[tool .yapf ]
4544based_on_style = " pep8"
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ pytest-asyncio = "^0.24.0"
3939[tool .mypy ]
4040warn_unused_configs = true
4141files = " kiota_serialization_multipart"
42- ignore_missing_imports = true
4342
4443[tool .yapf ]
4544based_on_style = " pep8"
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ pytest-asyncio = "^0.24.0"
3939[tool .mypy ]
4040warn_unused_configs = true
4141files = " kiota_serialization_text"
42- ignore_missing_imports = true
4342
4443[tool .yapf ]
4544based_on_style = " pep8"
You can’t perform that action at this time.
0 commit comments