diff --git a/.github/workflows/lint-python.yaml b/.github/workflows/lint-python.yaml index d8eeb843..0e0e4f58 100644 --- a/.github/workflows/lint-python.yaml +++ b/.github/workflows/lint-python.yaml @@ -29,3 +29,6 @@ jobs: - uses: sunnysid3up/python-linter@master name: Python Linter + with: + mypy-options: "--ignore-missing-imports --show-error-codes" + isort-options: "-w 100"