Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ codequality:3_8: script: - pip install poetry - poetry install --with test - poetry run ruff check e2j2 --target-version 3.8 - poetry run ruff check e2j2 --target-version py38 artifacts: paths: - flake-report Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ codequality:3_8: script: - pip install poetry - poetry install --with test - poetry run ruff check e2j2 --target-version 3.8 - poetry run ruff check e2j2 --target-version py38 artifacts: paths: - flake-report Loading