We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82114f2 commit 2e63e96Copy full SHA for 2e63e96
.gitlab-ci.yml
@@ -62,8 +62,6 @@ test-python-package:
62
lint-python-package:
63
stage: test
64
before_script:
65
- # TODO: Add flake8-gl-codeclimate as dependency
66
- - pip install flake8-gl-codeclimate
67
- pip install uv
68
script:
69
- uv run --all-extras flake8 src/python_training_project --format gl-codeclimate --output-file gl-code-quality-report.json
0 commit comments