Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ image: python:3.12 variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" LINT_FORMAT_TARGETS: "noctua tests" LINT_FORMAT_TARGETS: "noctua" PYLINT_TARGETS: "noctua" # For auto-committing (use with caution) GIT_USER_EMAIL: "gitlab-ci@yourdomain.com" # Configure as appropriate Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ image: python:3.12 variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" LINT_FORMAT_TARGETS: "noctua tests" LINT_FORMAT_TARGETS: "noctua" PYLINT_TARGETS: "noctua" # For auto-committing (use with caution) GIT_USER_EMAIL: "gitlab-ci@yourdomain.com" # Configure as appropriate Loading