Commit 1db756d7 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'main' into 'main'

fix: python:mypy accepts customizable path MYPY_TARGET

Closes #76

See merge request just-ci/templates!148
parents d1faf260 9833d865
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ python:mypy:
    - mkdir -p .mypy_cache
    - mypy --install-types --non-interactive --junit-xml
      ${CI_PROJECT_DIR}/mypy-report.xml ${MYPY_DEFAULT_ARGS} ${MYPY_EXTRA_ARGS}
      . --exclude "${PYTHON_EXCLUDE_REGEX}"
      ${MYPY_TARGET:-.} --exclude "${PYTHON_EXCLUDE_REGEX}"
  artifacts:
    reports:
      junit: mypy-report.xml